mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-25 17:25:08 +02:00
LibWeb: Support animation-timeline scroll() value
This commit is contained in:
committed by
Jelle Raaijmakers
parent
61b0b20f11
commit
379db7a42c
Notes:
github-actions[bot]
2026-02-11 09:50:55 +00:00
Author: https://github.com/Calme1709 Commit: https://github.com/LadybirdBrowser/ladybird/commit/379db7a42c1 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/7883 Reviewed-by: https://github.com/gmta ✅
@@ -1146,7 +1146,7 @@ bool NodeWithStyle::is_body() const
|
||||
return dom_node() && dom_node() == document().body();
|
||||
}
|
||||
|
||||
static bool overflow_value_makes_box_a_scroll_container(CSS::Overflow overflow)
|
||||
bool overflow_value_makes_box_a_scroll_container(CSS::Overflow overflow)
|
||||
{
|
||||
switch (overflow) {
|
||||
case CSS::Overflow::Clip:
|
||||
|
||||
Reference in New Issue
Block a user