Fix z-index

This commit is contained in:
the1812 2024-03-06 22:23:15 +08:00
parent c2092dc567
commit e72b6906a1

View File

@ -37,6 +37,6 @@
.at-panel,
.emoji-panel,
.reply-operation .operation-list {
z-index: 111;
z-index: 111 !important;
}
}