1
0
Fork 1
mirror of https://github.com/maunium/stickerpicker synced 2024-09-16 00:11:03 +00:00

Fix scrolling topbar on Firefox

(and possibly break it on other browsers)
This commit is contained in:
Tulir Asokan 2021-04-22 19:12:31 +03:00
parent 57fde6fcad
commit ec8eeeeaf5

View file

@ -220,7 +220,7 @@ class App extends Component {
}
navScroll(evt) {
this.navRef.scrollLeft += evt.deltaY * 12
this.navRef.scrollLeft += evt.deltaY
}
render() {