Fixed: Missing buttons on menus in low resolutions.
This commit is contained in:
parent
553c44e05b
commit
9a73db883a
@ -17,6 +17,10 @@ import {
|
||||
const GlobalStyle = createGlobalStyle`
|
||||
// BBBMenu
|
||||
@media ${smallOnly} {
|
||||
.MuiPopover-root {
|
||||
top: 0 !important;
|
||||
}
|
||||
|
||||
.MuiPaper-root.MuiMenu-paper.MuiPopover-paper {
|
||||
top: 0 !important;
|
||||
left: 0 !important;
|
||||
|
Loading…
Reference in New Issue
Block a user