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:
parent
bdb24f950e
commit
6623177265
Notes:
sideshowbarker
2024-07-16 22:51:10 +09:00
Author: https://github.com/lukewarlow
Commit: 6623177265
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/295
Reviewed-by: https://github.com/ADKaster
Reviewed-by: https://github.com/AtkinsSJ
Reviewed-by: https://github.com/tcl3
11 changed files with 138 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue