Files
ladybird/Userland/Libraries/LibWeb/Layout/Box.h
Andreas Kling 8038824211 LibWeb: Add Layout::Box::is_scroll_container()
The computed `overflow` property values determine whether a box is a
scroll container or not, so let's have a simple helper for asking this.
2023-03-26 15:14:35 +02:00

1.7 KiB