fix: tag selector position (#259)

This commit is contained in:
boojack 2022-10-04 08:48:43 +08:00 committed by GitHub
parent 7b29c65f58
commit 4bd373ba57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,13 +10,12 @@
> .memo-editor {
@apply p-4 mb-2 rounded-lg border-2 flex flex-col flex-grow justify-start items-start relative w-full h-full bg-white;
.tag-action > .tag-list {
@apply bottom-7;
top: unset;
}
}
.tag-action > .tag-list {
@apply bottom-7;
top: unset !important;
}
.emoji-picker-react {
@apply !bottom-8;
top: unset !important;
@ -38,7 +37,7 @@
.tag-action > .tag-list {
@apply bottom-7;
top: unset;
top: unset !important;
}
.emoji-picker-react {