From 43ffbf2e97701cb62a71d0e81bc8efda1b1e9e5b Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Tue, 3 Jan 2017 20:18:44 +0100 Subject: [PATCH] Uses proper top height Fixes https://github.com/nextcloud/richdocuments/issues/5 Signed-off-by: Lukas Reschke --- css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 78160fa9..3368cc7a 100644 --- a/css/style.css +++ b/css/style.css @@ -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;