style: add utility class for scrollbar hiding and align content correctly in meme page layout

This commit is contained in:
2026-01-28 20:35:55 +01:00
parent 60643f6aa8
commit e342eacc69
2 changed files with 11 additions and 1 deletions

View File

@@ -74,6 +74,16 @@
--color-destructive-foreground: var(--destructive-foreground);
}
@layer utilities {
.no-scrollbar::-webkit-scrollbar {
display: none;
}
.no-scrollbar {
-ms-overflow-style: none;
scrollbar-width: none;
}
}
:root {
--radius: 0.5rem;
--background: oklch(0.9821 0 0);