Fix z-index

This commit is contained in:
the1812 2023-05-24 09:10:30 +08:00
parent c71743a610
commit 8e592204ab

View File

@ -35,4 +35,8 @@
.fold-comment {
font-size: 13px;
}
.at-panel,
.emoji-panel {
z-index: 111;
}
}