mediawiki-extensions-Echo/modules/styles/mw.echo.ui.overlay.minerva.less
Esanders ca5e5c85af Revert "Style improvements to Echo OOUI dialog in desktop Minerva"
This reverts commit 5b628b5109.

Bug: T241090
Bug: T242493
Change-Id: Id4a7ac9748ed7f934e9c47f4ade0c2f87da4488d
2020-02-10 20:24:17 +00:00

26 lines
574 B
Plaintext

/* In mobile, overlay is positioned at the bottom */
.mw-echo-ui-overlay {
position: fixed;
bottom: 0;
right: 0;
left: 0;
top: auto;
.mw-echo-ui-actionMenuPopupWidget-menu {
padding: 0.5em;
font-size: 1.5em;
box-shadow: none;
border: 1px solid #54595d;
// Override the positioning of the menu
// so it is "stuck" on the bottom of the
// notification overlay panel
position: static !important;
bottom: 0 !important;
left: 0 !important;
width: 100% !important;
max-width: none !important;
height: auto !important;
top: auto !important;
}
}