mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Fix notice bar appearing below path bar
This commit is contained in:
parent
54c803f18e
commit
1a3237936c
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
._path {
|
||||
position: absolute;
|
||||
z-index: $noticeZ;
|
||||
z-index: $noticeZ - 1;
|
||||
bottom: 0;
|
||||
left: $sidebarWidth;
|
||||
right: 0;
|
||||
|
|
Loading…
Reference in a new issue