Commit 051aaf8e authored by Fatih Acet's avatar Fatih Acet

Merge branch '32303-nav-z-index' into 'master'

Add higher z-index to fixed nav

Closes #32303

See merge request !11393
parents 218c4d09 912d02bf
...@@ -31,6 +31,7 @@ header { ...@@ -31,6 +31,7 @@ header {
border: none; border: none;
border-bottom: 1px solid $border-color; border-bottom: 1px solid $border-color;
position: fixed; position: fixed;
z-index: 300;
top: 0; top: 0;
left: 0; left: 0;
right: 0; right: 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment