Uses proper top height

Fixes https://github.com/nextcloud/richdocuments/issues/5

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
(cherry picked from commit 43ffbf2e97701cb62a71d0e81bc8efda1b1e9e5b)
Signed-off-by: Andras Timar <andras.timar@collabora.com>
This commit is contained in:
Lukas Reschke 2017-01-03 20:18:44 +01:00 committed by Andras Timar
parent 719b159a44
commit bf72f5b01d

View File

@ -133,7 +133,7 @@
width: 100%; width: 100%;
z-index: 600; z-index: 600;
background-color: #ddd !important; background-color: #ddd !important;
top: 45px; top: 0px;
bottom: 0; bottom: 0;
} }
@ -149,7 +149,7 @@
z-index: 600; z-index: 600;
background-color: #efefef !important; background-color: #efefef !important;
right: 0; right: 0;
top: 45px; top: 0px;
bottom: 0; bottom: 0;
box-sizing: border-box; box-sizing: border-box;
overflow-x: hidden; overflow-x: hidden;