Fix notice bar appearing below path bar

pull/76/head
Thibaut 11 years ago
parent 54c803f18e
commit 1a3237936c

@ -1,6 +1,6 @@
._path { ._path {
position: absolute; position: absolute;
z-index: $noticeZ; z-index: $noticeZ - 1;
bottom: 0; bottom: 0;
left: $sidebarWidth; left: $sidebarWidth;
right: 0; right: 0;

Loading…
Cancel
Save