FIX: topic wrench button wasn't visible when there's a custom header

This commit is contained in:
Neil Lalonde 2014-06-20 17:24:10 -04:00
parent d01ebbfe58
commit 84f9809a6f

View File

@ -4,7 +4,7 @@
position: fixed;
top: 70px;
right: 10px;
z-index: 999;
z-index: 1000;
}
.topic-admin-menu {
@ -15,7 +15,7 @@
position: fixed;
top: 70px;
right: 10px;
z-index: 1000;
z-index: 1001;
ul {
list-style: none;