summaryrefslogtreecommitdiffstats
path: root/core/css/apps.scss
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-07-24 12:08:31 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-07-24 12:08:31 +0200
commita9e554beeccc479a0718f5a0c90690b3a5840709 (patch)
tree2f70c65e5136c74b294c59ce75e3b86cf4ed5625 /core/css/apps.scss
parentdfe6c1b7e2a179a0c7aee0f43a722bf1e3e3cf3d (diff)
downloadnextcloud-server-a9e554beeccc479a0718f5a0c90690b3a5840709.tar.gz
nextcloud-server-a9e554beeccc479a0718f5a0c90690b3a5840709.zip
Fix header controls sticky positioning
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'core/css/apps.scss')
-rw-r--r--core/css/apps.scss1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/css/apps.scss b/core/css/apps.scss
index f0c168eee71..7f033026b70 100644
--- a/core/css/apps.scss
+++ b/core/css/apps.scss
@@ -606,7 +606,6 @@ kbd {
position: relative;
min-height: 100%;
flex-basis: 100vw;
- overflow: auto;
/* margin if navigation element is here */
#app-navigation + & {
margin-left: $navigation-width;