FIX: topic wrench button wasn't visible when there's a custom header
This commit is contained in:
parent
d01ebbfe58
commit
84f9809a6f
|
@ -4,7 +4,7 @@
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 70px;
|
top: 70px;
|
||||||
right: 10px;
|
right: 10px;
|
||||||
z-index: 999;
|
z-index: 1000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-admin-menu {
|
.topic-admin-menu {
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 70px;
|
top: 70px;
|
||||||
right: 10px;
|
right: 10px;
|
||||||
z-index: 1000;
|
z-index: 1001;
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
|
|
Loading…
Reference in New Issue