remove scrollbars

This commit is contained in:
Guy Ben-Aharon
2024-09-01 10:32:04 +03:00
committed by Guy Ben-Aharon
parent 9a63c40a74
commit 070061cf85

View File

@@ -11,4 +11,13 @@
@apply transition-[width];
@apply duration-100;
}
html {
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
html::-webkit-scrollbar {
display: none;
}
}