Skip to content

Commit

Permalink
Fix vertical sliders to have appropriate height.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongrout committed Jun 28, 2021
1 parent 6127306 commit a975b57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/controls/css/nouislider-custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

.widget-slider .noUi-vertical {
width: var(--jp-widgets-slider-track-thickness);
height: 100%;
}

.widget-slider .noUi-horizontal .noUi-handle {
Expand Down

0 comments on commit a975b57

Please sign in to comment.