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 {