mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 01:21:20 -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-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>
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user