fix: emoji picker position in fullscreen (#251)

This commit is contained in:
boojack 2022-09-30 18:40:46 +08:00 committed by GitHub
parent 06f5a5788e
commit 65f7aa7914
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,8 +17,8 @@
} }
} }
& .emoji-picker-react { .emoji-picker-react {
@apply bottom-16 sm:bottom-auto; @apply bottom-16;
} }
} }
} }
@ -39,6 +39,10 @@
top: unset; top: unset;
} }
} }
.emoji-picker-react {
@apply bottom-20;
}
} }
&.edit-ing { &.edit-ing {
@ -84,7 +88,7 @@
} }
.emoji-picker-react { .emoji-picker-react {
@apply absolute; @apply absolute shadow;
li.emoji::before { li.emoji::before {
@apply hidden; @apply hidden;