mirror of
https://github.com/discourse/discourse.git
synced 2025-04-24 23:04:33 +08:00
FIX: remove z-index from user-status in header (#32382)
After some new changes in the header, the user-status' z-index caused issues  AFAICT there is no need for that z-index to begin with.
This commit is contained in:
parent
2ec0bf32da
commit
25b4e7c61b
@ -452,7 +452,6 @@ textarea {
|
||||
position: absolute;
|
||||
right: -3px;
|
||||
bottom: -1px;
|
||||
z-index: 1002;
|
||||
}
|
||||
|
||||
.user-status-background {
|
||||
|
Loading…
x
Reference in New Issue
Block a user