fixed scroll when switching back to emoji
This commit is contained in:
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…
Reference in New Issue
Block a user