Uses proper top height

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

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
pull/7/head
Lukas Reschke před 7 roky
rodič 1441bdc594
revize 43ffbf2e97
V databázi nebyl nalezen žádný známý klíč pro tento podpis
ID GPG klíče: B9F6980CF6E759B1

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

Načítá se…
Zrušit
Uložit