summaryrefslogtreecommitdiffstats
path: root/core/css/header.scss
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-07-23 20:14:19 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-07-24 11:01:11 +0200
commit0274507cb10b53cfd38bd0ae3810c26cdb172ad1 (patch)
tree7816c91efded77f8738f1eae44dad22d888cbe65 /core/css/header.scss
parent262cb04c3ab4f102af206e7757707b4a20a53f41 (diff)
downloadnextcloud-server-0274507cb10b53cfd38bd0ae3810c26cdb172ad1.tar.gz
nextcloud-server-0274507cb10b53cfd38bd0ae3810c26cdb172ad1.zip
Acceptance and mobile navigation fixes
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'core/css/header.scss')
-rw-r--r--core/css/header.scss3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/css/header.scss b/core/css/header.scss
index 7aeaed92265..b7565281218 100644
--- a/core/css/header.scss
+++ b/core/css/header.scss
@@ -46,8 +46,7 @@
display: inline-flex;
position: fixed;
top: 0;
- left: 0;
- right: 0;
+ width: 100%;
z-index: 2000;
height: $header-height;
background-color: var(--color-primary);