X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/7aa07c7bcc96b144ed562f58dde3dce717524985..090fa209bd92925fbd407b8c3e7c996f5762fd3f:/project/static/css/master.css diff --git a/project/static/css/master.css b/project/static/css/master.css index 1649a4be..5f81f17e 100644 --- a/project/static/css/master.css +++ b/project/static/css/master.css @@ -210,7 +210,7 @@ text#commit-dialog-message { right: 0; bottom: 0; left: 0; - overflow: none; + overflow: hidden; } .panel-main-toolbar { @@ -323,6 +323,16 @@ input.image-gallery-current-page { padding: 0px; } +.htmlview { + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + overflow: auto; + margin: 0; +} + .image-gallery-page-container img { /* border: 2px solid green; */ margin: 0px;