Fix z-index of operation list (fix #4595)

This commit is contained in:
the1812 2024-01-14 19:44:25 +08:00
parent 71acfb2cf0
commit 7a093dc48d

View File

@ -35,7 +35,8 @@
font-size: 13px; font-size: 13px;
} }
.at-panel, .at-panel,
.emoji-panel { .emoji-panel,
.reply-operation .operation-list {
z-index: 111; z-index: 111;
} }
} }