瀏覽代碼

fix impossible use dropdown menu on mobile #3576

Peter Gribanov 9 年之前
父節點
當前提交
b610130726
共有 1 個文件被更改,包括 4 次插入0 次删除
  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;
         overflow: visible !important;
         height: auto !important;
         height: auto !important;
     }
     }
+    .navbar-custom-menu > .navbar-nav > li >.dropdown-menu {
+        width: auto !important;
+        min-width: 230px; /* width of the left sidebar */
+    }
 }
 }