Related Articles lg breakpoint implemented

This commit is contained in:
adilallo
2025-09-11 14:27:18 -06:00
parent 8a31671bbc
commit 3820076435
4 changed files with 104 additions and 39 deletions
+9
View File
@@ -6,6 +6,15 @@
@source "../.storybook/**/*";
@source "./**/*";
/* Hide scrollbar utility */
.scrollbar-hide {
-ms-overflow-style: none; /* Internet Explorer 10+ */
scrollbar-width: none; /* Firefox */
}
.scrollbar-hide::-webkit-scrollbar {
display: none; /* Safari and Chrome */
}
@theme inline {
/* Custom breakpoints */
--breakpoint-xsm: 429px;