From 06927ee6bec50d88f0aac8a2292673309b1d264d Mon Sep 17 00:00:00 2001 From: radishzzz Date: Fri, 28 Mar 2025 01:10:22 +0000 Subject: [PATCH] test: scrollbar style error on android --- src/components/Widgets/Scrollbar.astro | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/components/Widgets/Scrollbar.astro b/src/components/Widgets/Scrollbar.astro index 69c4100..fcd9a75 100644 --- a/src/components/Widgets/Scrollbar.astro +++ b/src/components/Widgets/Scrollbar.astro @@ -99,10 +99,4 @@ document.addEventListener('astro:after-swap', setupScrollbar) --os-handle-bg-active: oklch(var(--un-preset-theme-colors-secondary) / 0.35); --os-handle-min-size: 12%; } - -@media (max-width: 1023px) { - .os-scrollbar.scrollbar-body { - display: none !important; - } -}