I like Firefox but I noticed that scroll and zoom was not working by default when installed.
To fix this:
sudo pico /usr/share/applications/firefox-esr.desktop
Change Exec= from:
Exec=firefox %u
to:
Exec=env MOZ_USE_XINPUT2=1 firefox %u
Exit and save
Scrolling and two finger zoom in firefox will then work.