diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-05-15 14:42:12 -0500 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-05-15 14:42:12 -0500 |
commit | 912d02bf6a2c0f16d9a3b9fe536eeb04864486eb (patch) | |
tree | a7b59d5c82296786e6216856a544af693947e0a4 | |
parent | ffabab80a7b0cebe322aaf9bb2ca8e617a0b790f (diff) | |
download | gitlab-ce-912d02bf6a2c0f16d9a3b9fe536eeb04864486eb.tar.gz |
Add higher z-index to fixed nav32303-nav-z-index
-rw-r--r-- | app/assets/stylesheets/framework/header.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/header.scss b/app/assets/stylesheets/framework/header.scss index 586511fe8d4..65b5f4af037 100644 --- a/app/assets/stylesheets/framework/header.scss +++ b/app/assets/stylesheets/framework/header.scss @@ -31,6 +31,7 @@ header { border: none; border-bottom: 1px solid $border-color; position: fixed; + z-index: 300; top: 0; left: 0; right: 0; |