Fixed: Missing buttons on menus in low resolutions.

This commit is contained in:
imdt 2023-03-24 11:43:55 -03:00
parent 553c44e05b
commit 9a73db883a

View File

@ -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;