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