mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 13:47:31 +02:00
Fixes #4020 - Nav styling small screens.
This commit is contained in:
@@ -4,6 +4,7 @@ body#admin-admin .popover { position: fixed }
|
|||||||
|
|
||||||
@media (max-width: 992px) {
|
@media (max-width: 992px) {
|
||||||
body { height: 100vh; overflow-y: auto!important; }
|
body { height: 100vh; overflow-y: auto!important; }
|
||||||
|
ul.nav-admin a.navbar-admin-button:after { content: attr(title) }
|
||||||
}
|
}
|
||||||
|
|
||||||
button, button:active { outline: 0; }
|
button, button:active { outline: 0; }
|
||||||
|
Reference in New Issue
Block a user