Skip to content

Commit 895ced8

Browse files
committed
Downgrade nouislider
With nouislider 15.5.0, there is a rendering issue with vertical sliders in Widgets List--the css rule in 15.5.0: .noUi-vertical .noUi-origin { top: -100%; } seems to put the handle at the top of the slider when the slider is 0, and then the handle goes up beyond the slider for any higher values.
1 parent 712957d commit 895ced8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/controls/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"d3-color": "^3.0.1",
4444
"d3-format": "^3.0.1",
4545
"jquery": "^3.1.1",
46-
"nouislider": "15.5.0"
46+
"nouislider": "15.4.0"
4747
},
4848
"devDependencies": {
4949
"@jupyterlab/services": "^6.0.0",

0 commit comments

Comments
 (0)