Fix notice bar appearing below path bar

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

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

Loading…
Cancel
Save