Unverified Commit 65f7aa79 authored by boojack's avatar boojack Committed by GitHub

fix: emoji picker position in fullscreen (#251)

parent 06f5a578
...@@ -17,8 +17,8 @@ ...@@ -17,8 +17,8 @@
} }
} }
& .emoji-picker-react { .emoji-picker-react {
@apply bottom-16 sm:bottom-auto; @apply bottom-16;
} }
} }
} }
...@@ -39,6 +39,10 @@ ...@@ -39,6 +39,10 @@
top: unset; top: unset;
} }
} }
.emoji-picker-react {
@apply bottom-20;
}
} }
&.edit-ing { &.edit-ing {
...@@ -84,7 +88,7 @@ ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment