Skip to content

Commit

Permalink
fix vertical track size
Browse files Browse the repository at this point in the history
  • Loading branch information
marchbox committed Jun 26, 2024
1 parent d0ba74f commit 3e0609a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/web-components/src/slider/slider.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ export const styles = css`
}
:host([orientation='vertical']) .track {
top: var(--track-overhang);
bottom: var(--track-overhang);
width: var(--track-size);
height: 100%;
}
Expand Down

0 comments on commit 3e0609a

Please sign in to comment.