mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-25 11:27:31 -07:00
Fix: スクロールしてると絵文字ピッカーの位置がずれる (#5204)
This commit is contained in:
parent
9efe586ae2
commit
be2e58c9bf
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ export default Vue.extend({
|
||||||
|
|
||||||
<style lang="stylus" scoped>
|
<style lang="stylus" scoped>
|
||||||
.gcafiosrssbtbnbzqupfmglvzgiaipyv
|
.gcafiosrssbtbnbzqupfmglvzgiaipyv
|
||||||
position fixed
|
position absolute
|
||||||
top 0
|
top 0
|
||||||
left 0
|
left 0
|
||||||
z-index 3000
|
z-index 3000
|
||||||
|
|
Loading…
Reference in a new issue