Parcourir la source

fix impossible use dropdown menu on mobile #3576

Peter Gribanov il y a 9 ans
Parent
commit
b610130726
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4 0
      Resources/public/css/layout.css

+ 4 - 0
Resources/public/css/layout.css

@@ -392,4 +392,8 @@ body.fixed .content-header .navbar.stuck {
         overflow: visible !important;
         height: auto !important;
     }
+    .navbar-custom-menu > .navbar-nav > li >.dropdown-menu {
+        width: auto !important;
+        min-width: 230px; /* width of the left sidebar */
+    }
 }