mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-19 08:27:47 +00:00
Fixed overflow of popover (#12814)
This commit is contained in:
@@ -353,9 +353,9 @@ const styles = () => {
|
||||
contextMenu: {
|
||||
position: 'relative' as const,
|
||||
right: 'auto',
|
||||
maxHeight: 'inherit',
|
||||
margin: 0,
|
||||
marginBottom: '8px'
|
||||
marginBottom: '8px',
|
||||
maxHeight: '80vh'
|
||||
},
|
||||
|
||||
hangupMenu: {
|
||||
|
||||
Reference in New Issue
Block a user