make header scrollable Y->X
This commit is contained in:
parent
e2bcbd51bb
commit
0bbdea0e90
2 changed files with 7 additions and 1 deletions
|
|
@ -135,6 +135,9 @@ const EmojiPicker = {
|
|||
Popover
|
||||
},
|
||||
methods: {
|
||||
groupScroll (e) {
|
||||
e.currentTarget.scrollLeft += e.deltaY + e.deltaX
|
||||
},
|
||||
updateEmojiSize () {
|
||||
const css = window.getComputedStyle(this.$refs.popover.$el)
|
||||
const emojiSize = css.getPropertyValue('--emojiSize')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue