Skip to content
Snippets Groups Projects
Commit befe11e3 authored by Uma's avatar Uma
Browse files

Merge branch 'fix_responsive_menu' into 'master'

Fix responsive menu

See merge request !723
parents 3dd450b9 4e51753d
No related branches found
No related tags found
No related merge requests found
......@@ -350,7 +350,7 @@ body > .mCSB_inside > .mCSB_container{
@media (max-width: 1200px) {
.app-menu{
max-height: 100%;
overflow-y: auto;
overflow-y: visible;
}
}
......@@ -8665,5 +8665,4 @@ body .fc {
border-width: thin;
padding: 30px;
}
}
}
\ No newline at end of file
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