1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 20:30:39 +02:00

Fixes #4020 - Nav styling small screens.

This commit is contained in:
Cameron
2020-02-26 12:05:20 -08:00
parent a350eb41f6
commit 39588fb4df

View File

@@ -4,6 +4,7 @@ body#admin-admin .popover { position: fixed }
@media (max-width: 992px) {
body { height: 100vh; overflow-y: auto!important; }
ul.nav-admin a.navbar-admin-button:after { content: attr(title) }
}
button, button:active { outline: 0; }