Add z-index to avatar

This commit is contained in:
fengzai6 2024-03-07 15:51:58 +08:00
parent c22153a4eb
commit ad10a11903

View File

@ -5,6 +5,8 @@
.avatar {
cursor: pointer;
position: relative;
z-index: 1;
}
.edit-prompt-modal {