1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 02:17:35 +00:00

LibWeb: Skip page scrolling for wheel events consumed by scrollable box

Fixes the bug when we scroll both scrollable box and page.
This commit is contained in:
Aliaksandr Kalenik 2024-02-29 10:35:25 +01:00 committed by Andreas Kling
parent 30d8c5f301
commit 90879a07ba
3 changed files with 37 additions and 4 deletions

View file

@ -0,0 +1,2 @@
scrollable.scrollTop: 100
window.scrollY: 0