From d87e9ffd04295061c88f3343d62b1c867b5bffda Mon Sep 17 00:00:00 2001 From: Sergey Karmanov Date: Mon, 28 Oct 2024 01:17:53 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A4=D0=B8=D0=BA=D1=81=20=D1=81=D0=BA=D1=80?= =?UTF-8?q?=D0=BE=D0=BB=D0=BB=D0=B1=D0=B0=D1=80=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Otchinslator/wwwroot/css/site.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/Otchinslator/wwwroot/css/site.css b/src/Otchinslator/wwwroot/css/site.css index 2aef521..46e6f77 100644 --- a/src/Otchinslator/wwwroot/css/site.css +++ b/src/Otchinslator/wwwroot/css/site.css @@ -12,3 +12,11 @@ a.active + a.active:before { --tw-text-opacity: 1; color: var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity))); } + +::-webkit-scrollbar { + display: none; +} + +html { + scrollbar-width: none; /* Firefox */ +} \ No newline at end of file