diff --git a/public/css/icinga/base.less b/public/css/icinga/base.less index 539a981b8..9c3cd1b8b 100644 --- a/public/css/icinga/base.less +++ b/public/css/icinga/base.less @@ -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;