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
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -11,8 +11,8 @@
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" /> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="apple-mobile-web-app-title" content="Multi Roomba Rover" /> <meta name="apple-mobile-web-app-title" content="Multi Roomba Rover" />
<title>Multi Roomba Rover</title> <title>Multi Roomba Rover</title>
<script type="module" crossorigin src="/assets/index-hUHCh0VC.js"></script> <script type="module" crossorigin src="/assets/index-CNqNUzUB.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-BDh1YvFF.css"> <link rel="stylesheet" crossorigin href="/assets/index-DC5igy66.css">
</head> </head>
<body> <body>
<div id="root"></div> <div id="root"></div>
+10
View File
@@ -48,6 +48,16 @@ body {
border-radius: 9999px; border-radius: 9999px;
} }
@supports (scrollbar-width: thin) {
@media (pointer: coarse) {
html,
body,
* {
scrollbar-width: none;
}
}
}
@layer components { @layer components {
.panel { .panel {
@apply bg-black text-white p-0 rounded-md; @apply bg-black text-white p-0 rounded-md;