Skip to content

Commit db9aba9

Browse files
committed
Fix overflow
1 parent 99d8335 commit db9aba9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cssc/music-player.html

+4
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@
2626
* {
2727
user-select: none;
2828
}
29+
30+
#speed-group {
31+
overflow-x: auto;
32+
}
2933
</style>
3034
</head>
3135
<body>

0 commit comments

Comments
 (0)