Automatyczna zmiana wysokości edytora w CSS.
[redakcja.git] / project / static / css / master.css
index f7450f5..bbd9815 100644 (file)
@@ -80,7 +80,14 @@ label {
 
 #panels {
        position: absolute;
-       bottom: 0px; left: 0px; right: 0px; top: 100px;
+       bottom: 0px; left: 0px; right: 0px; top: 50px;
+}
+
+.panels-mouse-overlay {
+       position: absolute;
+       top: 0px; bottom: 0px; left: 0px; right: 0px;
+       z-index: 0;
+       background: transparent;
 }
 
 .panel-wrap {