Skip to content
Snippets Groups Projects
Commit 567c6656 authored by tamaina's avatar tamaina
Browse files

fix(client): 🎨 fix MkEmojiPicker safe-area-inset-bottom

Fix https://github.com/misskey-dev/misskey/pull/10534
parent da64273b
No related branches found
No related tags found
No related merge requests found
......@@ -439,7 +439,6 @@ defineExpose({
&.asDrawer {
width: 100% !important;
padding: 12px 0 max(env(safe-area-inset-bottom, 0px), 12px) 0;
> .emojis {
::v-deep(section) {
......@@ -498,6 +497,10 @@ defineExpose({
background: transparent;
color: var(--fg);
&:not(:focus):not(.filled) {
margin-bottom: env(safe-area-inset-bottom, 0px);
}
&:not(.filled) {
order: 1;
z-index: 2;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment