Skip to content
Snippets Groups Projects
Commit 4e51753d authored by Angelo Paglialonga's avatar Angelo Paglialonga
Browse files

Corrects issue #1475 to display responsive menu correctly

parent 0e5e0ef3
No related branches found
No related tags found
No related merge requests found
......@@ -329,7 +329,7 @@ body > .mCSB_inside > .mCSB_container {
@media (max-width: 1200px) {
.app-menu {
max-height: 100%;
overflow-y: visible;
overflow-y: auto;
}
}
#messageBar {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment