mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 01:22:36 +08:00
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;
|
||||
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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user