mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
fix(drawer-menu) Make drawer menu accessible on small height (#14026)
This commit is contained in:
@@ -73,7 +73,7 @@ const useStyles = makeStyles<{ overflowDrawer: boolean; reactionsMenuHeight: num
|
||||
return {
|
||||
overflowMenuDrawer: {
|
||||
overflow: 'hidden',
|
||||
height: `calc(${DRAWER_MAX_HEIGHT} - ${reactionsMenuHeight}px - 16px)`
|
||||
height: `calc(${DRAWER_MAX_HEIGHT})`
|
||||
},
|
||||
contextMenu: {
|
||||
position: 'relative' as const,
|
||||
|
||||
Reference in New Issue
Block a user