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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-04-17 23:54:26 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-05-12 17:27:05 +0300
commit52accce3854df8f6258c1699aacff8d460c8048d (patch)
treecfbb14d87d149ad6c41e7258865d33d5f2966143 /app/assets/stylesheets/framework/header.scss
parentc266b5f57a09c13feef9c066856715f339076285 (diff)
Add fixed positioning to top level navbar
Diffstat (limited to 'app/assets/stylesheets/framework/header.scss')
-rw-r--r--app/assets/stylesheets/framework/header.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/header.scss b/app/assets/stylesheets/framework/header.scss
index 6d9218310eb..f70f8c51bd4 100644
--- a/app/assets/stylesheets/framework/header.scss
+++ b/app/assets/stylesheets/framework/header.scss
@@ -30,6 +30,9 @@ header {
background-color: $gray-light;
border: none;
border-bottom: 1px solid $border-color;
+ position: fixed;
+ top: 0;
+ width: 100%;
@media (max-width: $screen-xs-min) {
padding: 0 16px;