1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 09:37:45 +00:00

LibWeb: Parse the CSS scrollbar-width property

This commit is contained in:
Aliaksandr Kalenik 2024-02-27 09:37:18 +01:00 committed by Tim Flynn
parent c74fc4c171
commit 8d9e20cb03
7 changed files with 37 additions and 0 deletions

View file

@ -361,6 +361,11 @@
"middle",
"end"
],
"scrollbar-width": [
"auto",
"thin",
"none"
],
"text-align": [
"center",
"justify",