From f722a088261f7883423d55bd5e60c8ab240f9ec5 Mon Sep 17 00:00:00 2001 From: Sukhwinder Dhillon Date: Thu, 12 Jun 2025 12:04:04 +0200 Subject: [PATCH] base.less: Define scrollbar color --- public/css/icinga/base.less | 3 +++ 1 file changed, 3 insertions(+) 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;