mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-05-20 20:50:17 +09:00
Add z-index to avatar
This commit is contained in:
parent
c22153a4eb
commit
ad10a11903
@ -5,6 +5,8 @@
|
|||||||
|
|
||||||
.avatar {
|
.avatar {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
position: relative;
|
||||||
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.edit-prompt-modal {
|
.edit-prompt-modal {
|
||||||
|
Loading…
Reference in New Issue
Block a user