fixed scroll when switching back to emoji

develop
Henry Jameson 5 years ago
parent 14df84d89b
commit 94afc5ee19

@ -83,7 +83,9 @@
min-height: 0; min-height: 0;
&.hidden { &.hidden {
display: none opacity: 0;
pointer-events: none;
position: absolute;
} }
} }
} }

Loading…
Cancel
Save