Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2017-01-03 22:18:44 +0300
committerLukas Reschke <lukas@statuscode.ch>2017-01-03 22:18:44 +0300
commit43ffbf2e97701cb62a71d0e81bc8efda1b1e9e5b (patch)
treec3ca2ba327e069ecbcf0ffab7fff3275339bd38c /css
parent1441bdc59423beac0ec72e92d4c3e2a78ad1da10 (diff)
Uses proper top height
Fixes https://github.com/nextcloud/richdocuments/issues/5 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to 'css')
-rw-r--r--css/style.css4
1 files 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;