summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/header.scss
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-05-12 09:42:09 -0500
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-05-12 09:42:09 -0500
commitb29414dfc0b5f24c3773596eae7bb9a70275a44e (patch)
tree3687c23b6e47d1ec561eb8e7a71ff1bc06c7f330 /app/assets/stylesheets/framework/header.scss
parent0278b912038b1c70f289ab915c4d0752f9aff4b0 (diff)
downloadgitlab-ce-b29414dfc0b5f24c3773596eae7bb9a70275a44e.tar.gz
Clean up fixed navbar
Diffstat (limited to 'app/assets/stylesheets/framework/header.scss')
-rw-r--r--app/assets/stylesheets/framework/header.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/assets/stylesheets/framework/header.scss b/app/assets/stylesheets/framework/header.scss
index 3014b133754..586511fe8d4 100644
--- a/app/assets/stylesheets/framework/header.scss
+++ b/app/assets/stylesheets/framework/header.scss
@@ -116,10 +116,10 @@ header {
.navbar-border {
height: 1px;
- position: fixed;
- left: 0;
+ position: absolute;
right: 0;
- top: 50px;
+ left: 0;
+ bottom: 0;
background-color: $border-color;
opacity: 0;
}