From 3ca8e7ee6dc99421e269a3458ed938f13512094f Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Wed, 22 Jan 2025 20:23:46 +0100 Subject: [PATCH] dialog scrollbar style --- src/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/style.css b/src/style.css index ca63aaf..a71ebd1 100644 --- a/src/style.css +++ b/src/style.css @@ -551,3 +551,7 @@ iframe#kabelsalat { scrollbar-width: thin; scrollbar-color: #78716c black; } +dialog { + scrollbar-width: thin; + scrollbar-color: #78716c black; +}