Fix submenu in flows page
[dlux.git] / src / less / main.less
index af7a19752f7892861c1767756ccfba02f90a3b71..fdfe7d99cf0e7e23b6990d137093ea7885da62d2 100644 (file)
@@ -19,7 +19,6 @@
   src: local('Roboto Regular'), local('Roboto-Regular'), url(assets/Roboto-Regular.woff) format('woff');
 }
 
-
 // style
 body, html {
   height: 100%;
@@ -76,13 +75,15 @@ body, html {
     //border: 1px dotted #000;
   }
   #left, #center, #right {
-    overflow-y: auto;
     background: #fff;
     padding: @padding;
     height: 100%;
     min-height: 100%;
     border-radius: 7px;
   }
+  #left, #right {
+    overflow-y: auto;
+  }
   #left-cover, #center-cover {
     float: left;
   }
@@ -223,14 +224,10 @@ body, html {
         top: 0;
         left: 0;
         right: 0;
-
         height: 45px;
-
         z-index: 1;
         background: #fff;
-
         border-radius: 7px 7px 0 0;
-
         ul {
           margin-bottom: 10px;
           padding: 5px;
@@ -242,11 +239,14 @@ body, html {
           }
         }
       }
+      .main {
+        overflow-y: auto;
+        height: 100%;
+      }
     }
   }
 }
 
-
 // Needed for topology
 circle.node {
   stroke: #fff;
@@ -266,3 +266,14 @@ svg {
   border-radius: 4px;
   background-image: radial-gradient(circle, #eee, #ccc);
 }
+
+// Grid
+.indexGrid {
+  border: 1px solid #777;
+  position: absolute;
+  top: 80px;
+  right: 0;
+  bottom: 0;
+  left: 0;
+  overflow: hidden;
+}