1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-10 18:10:56 +09:00

LibWeb: Implement support for scrollbar-gutter

This property is now correctly parsed.

Ladybird always uses overlay scrollbars so this property does nothing.
This commit is contained in:
Luke Warlow 2024-06-26 23:19:38 +01:00 committed by Andreas Kling
parent bdb24f950e
commit 6623177265
Notes: sideshowbarker 2024-07-16 22:51:10 +09:00
11 changed files with 138 additions and 0 deletions

View file

@ -24,6 +24,7 @@
#include <LibWeb/CSS/StyleValues/PercentageStyleValue.h>
#include <LibWeb/CSS/StyleValues/PositionStyleValue.h>
#include <LibWeb/CSS/StyleValues/RectStyleValue.h>
#include <LibWeb/CSS/StyleValues/ScrollbarGutterStyleValue.h>
#include <LibWeb/CSS/StyleValues/ShadowStyleValue.h>
#include <LibWeb/CSS/StyleValues/StringStyleValue.h>
#include <LibWeb/CSS/StyleValues/StyleValueList.h>