X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/53aa67dfd12e44e9ed8fffabec228ec7a4e2d144..eee32b1483a26a3faa9ad19beb32cfd57aca6c4b:/project/static/css/master.css diff --git a/project/static/css/master.css b/project/static/css/master.css index f7450f52..bbd98155 100644 --- a/project/static/css/master.css +++ b/project/static/css/master.css @@ -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 {