forked from AkkomaGang/akkoma-fe
fixed scroll when switching back to emoji
This commit is contained in:
parent
14df84d89b
commit
94afc5ee19
1 changed files with 3 additions and 1 deletions
|
@ -83,7 +83,9 @@
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
|
|
||||||
&.hidden {
|
&.hidden {
|
||||||
display: none
|
opacity: 0;
|
||||||
|
pointer-events: none;
|
||||||
|
position: absolute;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue