mirror of
https://github.com/discourse/discourse.git
synced 2025-02-09 04:44:59 +00:00
Merge pull request #3803 from scossar/reduce-topic-admin-z-index
FIX: keep topic admin icon from overlapping drop-down menu
This commit is contained in:
commit
7da727084f
@ -4,7 +4,7 @@
|
||||
position: fixed;
|
||||
top: 120px;
|
||||
right: 10px;
|
||||
z-index: 1000;
|
||||
z-index: 999;
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user