We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c193f66 commit 58eb09cCopy full SHA for 58eb09c
js/package.json
@@ -25,8 +25,8 @@
25
"webpack": "^3.5.5"
26
},
27
"dependencies": {
28
- "@jupyter-widgets/base": "^1.0.0",
29
- "@jupyter-widgets/controls": "^1.0.0",
+ "@jupyter-widgets/base": "^2.0.1",
+ "@jupyter-widgets/controls": "^1.5.1",
30
"css-loader": "^0.28.7",
31
"expose-loader": "^0.7.3",
32
"file-loader": "^0.11.2",
js/src/qgrid.css
@@ -737,3 +737,7 @@ input.bool-filter-radio {
737
.q-grid .slick-sort-indicator-asc {
738
background-image: none;
739
}
740
+
741
+.jupyter-widgets {
742
+ overflow: auto !important;
743
+}
0 commit comments