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