Skip to content

Commit

Permalink
fix: legacy height transition, not smooth
Browse files Browse the repository at this point in the history
  • Loading branch information
luwes committed Sep 26, 2024
1 parent f72fab4 commit b1eee74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/media-chrome-range.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ template.innerHTML = /*html*/ `
#appearance {
height: var(--media-range-track-height, 4px);
transition: var(--media-range-track-transition);
display: flex;
flex-direction: column;
justify-content: center;
Expand Down

0 comments on commit b1eee74

Please sign in to comment.