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
1 changed files with 3 additions and 1 deletions

View File

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