Fix scrolling topbar on Firefox
(and possibly break it on other browsers)
This commit is contained in:
parent
57fde6fcad
commit
ec8eeeeaf5
@ -220,7 +220,7 @@ class App extends Component {
|
|||||||
}
|
}
|
||||||
|
|
||||||
navScroll(evt) {
|
navScroll(evt) {
|
||||||
this.navRef.scrollLeft += evt.deltaY * 12
|
this.navRef.scrollLeft += evt.deltaY
|
||||||
}
|
}
|
||||||
|
|
||||||
render() {
|
render() {
|
||||||
|
Loading…
Reference in New Issue
Block a user