Skip to content

Commit

Permalink
Merge pull request #40 from shyallegro/main
Browse files Browse the repository at this point in the history
fix vertical slider
  • Loading branch information
cetincakiroglu authored May 3, 2024
2 parents f875d90 + 20295fc commit 11e8596
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions theme-base/components/input/_slider.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,12 @@
}

&.p-slider-vertical {
height: 100%;
width: $sliderVerticalWidth;

.p-slider-handle {
height: $sliderHandleWidth;
width: $sliderHandleHeight;
margin-left: math.div(-1 * $sliderHandleWidth, 2);
margin-bottom: math.div(-1 * $sliderHandleHeight, 2);
}
Expand Down

0 comments on commit 11e8596

Please sign in to comment.