editor: bottom panel
[fnpeditor.git] / src / editor / modules / rng / mainLayout.less
index f957f0a..c1a7e8e 100644 (file)
@@ -23,7 +23,7 @@
         top: 15px;
         left:0;
         right:0;
-        bottom:0;
+        bottom:20px;
         z-index: 1;
         
         > .rng-view-tabs {
         }
         
     }
+    [fnpjs-place="bottomPanel"] {
+        position: absolute;
+        bottom:0;
+        height: 20px;
+        width:100%
+    }
 }
\ No newline at end of file