base.less: Define scrollbar color

This commit is contained in:
Sukhwinder Dhillon 2025-06-12 12:04:04 +02:00
parent 092571a17b
commit f722a08826

View File

@ -193,7 +193,10 @@
// Make padding not affect the final computed width of an element
html {
box-sizing: border-box;
scrollbar-color: var(--scrollbar-thumb-color, @scrollbar-thumb-color) transparent;
}
details > * {
// children somehow default to content-box no matter the inheritance
box-sizing: border-box;