From 2018478d7a35e60aacf4a3178271a3d46306d601 Mon Sep 17 00:00:00 2001 From: lovasoa Date: Tue, 9 Sep 2025 18:05:00 +0200 Subject: [PATCH] Remove custom scrollbar styling from CSS fixed upstream --- sqlpage/sqlpage.css | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/sqlpage/sqlpage.css b/sqlpage/sqlpage.css index 2b9a436f..aa34cb87 100644 --- a/sqlpage/sqlpage.css +++ b/sqlpage/sqlpage.css @@ -22,17 +22,6 @@ td > p { margin-bottom: 0 !important; } -/* https://github.com/tabler/tabler/issues/1648 */ -* { - scrollbar-color: var(--tblr-primary) var(--tblr-bg-surface-dark) !important; -} -::-webkit-scrollbar { - width: 4px !important; -} -::-webkit-scrollbar-thumb { - background: var(--tblr-primary) !important; -} - .text-secondary a { color: inherit; text-decoration: underline;