From cc7ecaf5ba8af360e95b3a379814b4ee1dbd4b55 Mon Sep 17 00:00:00 2001 From: admtracksteel Date: Wed, 29 Apr 2026 10:45:44 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Auto-deploy:=20BotVPS=20atualiza?= =?UTF-8?q?do=20em=2029/04/2026=2010:45:44?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/index.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/templates/index.html b/templates/index.html index d520102..d63de96 100644 --- a/templates/index.html +++ b/templates/index.html @@ -40,9 +40,11 @@ ::-webkit-scrollbar-thumb:hover { background: var(--accent); } /* Scrollbar Fix for Firefox / Modern Browsers */ - * { - scrollbar-width: thin; - scrollbar-color: var(--accent) transparent; + @supports (scrollbar-width: thin) { + * { + scrollbar-width: thin; + scrollbar-color: var(--accent) transparent; + } } @keyframes pulse {