Фикс скроллбара

This commit is contained in:
2024-10-28 01:17:53 +03:00
parent a2ab924577
commit d87e9ffd04

View File

@@ -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 */
}