Files
opencode/packages/css/src/utilities.css
2025-10-14 07:16:24 -05:00

15 lines
260 B
CSS

:root {
interpolate-size: allow-keywords;
}
.no-scrollbar {
&::-webkit-scrollbar {
display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
& {
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
}