scrollbaring

This commit is contained in:
legop3
2026-05-10 01:22:29 -04:00
parent 4971edbb59
commit 05cfe42860
4 changed files with 13 additions and 3 deletions
+10
View File
@@ -48,6 +48,16 @@ body {
border-radius: 9999px;
}
@supports (scrollbar-width: thin) {
@media (pointer: coarse) {
html,
body,
* {
scrollbar-width: none;
}
}
}
@layer components {
.panel {
@apply bg-black text-white p-0 rounded-md;