mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 08:33:08 +02:00
Fix: スクロールしてると絵文字ピッカーの位置がずれる (#5204)
This commit is contained in:
parent
5e36f75f8a
commit
b2ed45ae38
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