Files
ladybird/Userland/Libraries/LibWeb/Layout/BlockBox.cpp
Andreas Kling 82278d632f LibWeb: Only scroll BlockBox on wheel event if overflow==scroll
We implement this by adding a BlockBox::is_scrollable() helper,
and then ignoring wheel events for non-scrollable boxes.

Thanks to FireFox317 for pointing this out! :^)
2021-02-22 23:44:51 +01:00

6.2 KiB