FIX: remove z-index from user-status in header (#32382)

After some new changes in the header, the user-status' z-index caused
issues
![CleanShot 2025-04-21 at 13 41
39@2x](https://github.com/user-attachments/assets/a417dd20-842d-47d1-92cd-9b1ae37b1ab6)

AFAICT there is no need for that z-index to begin with.
This commit is contained in:
chapoi 2025-04-21 22:31:48 +08:00 committed by GitHub
parent 2ec0bf32da
commit 25b4e7c61b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -452,7 +452,6 @@ textarea {
position: absolute;
right: -3px;
bottom: -1px;
z-index: 1002;
}
.user-status-background {