Skip to content

Commit 8b3572e

Browse files
committed
tweak css
1 parent c3246ff commit 8b3572e

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

html5bytebeat.html

+7-2
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@
6262
and other buttons wrap */
6363
--show-songs-width: 7em;
6464
}
65+
html {
66+
overscroll-behavior: none;
67+
}
6568
html, body {
6669
width: 100%;
6770
height: 100%;
@@ -171,7 +174,6 @@
171174
position: absolute;
172175
writing-mode: vertical-lr;
173176
direction: rtl;
174-
appearance: slider-vertical;
175177
vertical-align: bottom;
176178
}
177179
.vertical-range>* {
@@ -353,7 +355,10 @@
353355
button, select, .buttonstyle, #showSongs {
354356
max-width: 8em;
355357
}
356-
358+
.vertical-range input {
359+
transform: scale(2);
360+
transform-origin: 0 0;
361+
}
357362
}
358363
</style>
359364
</head>

0 commit comments

Comments
 (0)