fixed scroll when switching back to emoji

This commit is contained in:
Henry Jameson 2019-09-08 15:57:49 +03:00
parent 14df84d89b
commit 94afc5ee19

View file

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