Skip to content

Commit

Permalink
fix: range not value not showing on safari
Browse files Browse the repository at this point in the history
  • Loading branch information
OozoraHaruto authored and open-dynaMIX committed Sep 12, 2020
1 parent 8dd7ebc commit d76c3d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions webui-page/webui.css
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,9 @@ input[type="range"] {
*/
::-webkit-slider-thumb {
-webkit-appearance: none;
width: 0; /* 1 */
height: 40px;
background: #fff;
width: 1; /* 1 */
height: 85px;
background: #999;
box-shadow: -100vw 0 0 100vw var(--main-fg-color);
border: 0 solid #999; /* 1 */
}
Expand Down

0 comments on commit d76c3d6

Please sign in to comment.