Skip to content
Snippets Groups Projects

Fixes #1475 Module menus partially hidden in smartphones

Merged Uma requested to merge uma.s/vtigercrm:Mobile_Menu_partial_hidden into master
+ 8
8
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
1
@@ -329,7 +329,7 @@ body > .mCSB_inside > .mCSB_container {
@media (max-width: 1200px) {
.app-menu {
max-height: 100%;
overflow-y: auto;
overflow-y: visible;
}
}
#messageBar {
Loading