mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-15 17:12:59 -04:00
scrollbaring
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -11,8 +11,8 @@
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
||||
<meta name="apple-mobile-web-app-title" content="Multi Roomba Rover" />
|
||||
<title>Multi Roomba Rover</title>
|
||||
<script type="module" crossorigin src="/assets/index-hUHCh0VC.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-BDh1YvFF.css">
|
||||
<script type="module" crossorigin src="/assets/index-CNqNUzUB.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-DC5igy66.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user