Fix notice bar appearing below path bar

This commit is contained in:
Thibaut 2014-03-30 15:21:11 -04:00
parent 54c803f18e
commit 1a3237936c

View file

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