pianello-api/resources/css/components/_scrollbar-hidden.css
Ale Gallo 74c4b1d3f4 Committing laraver (part 2)
committing part of the laravel system with templating files and components
2023-11-10 15:58:25 +01:00

7 lines
114 B
CSS

@layer components {
.scrollbar-hidden {
&::-webkit-scrollbar {
@apply w-0 bg-transparent;
}
}
}