Skip to content

Commit 58eb09c

Browse files
chenwenlong02Alice Anderson
authored andcommitted
adapt to jupyterlab 1.0.2
1 parent c193f66 commit 58eb09c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

js/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"webpack": "^3.5.5"
2626
},
2727
"dependencies": {
28-
"@jupyter-widgets/base": "^1.0.0",
29-
"@jupyter-widgets/controls": "^1.0.0",
28+
"@jupyter-widgets/base": "^2.0.1",
29+
"@jupyter-widgets/controls": "^1.5.1",
3030
"css-loader": "^0.28.7",
3131
"expose-loader": "^0.7.3",
3232
"file-loader": "^0.11.2",

js/src/qgrid.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -737,3 +737,7 @@ input.bool-filter-radio {
737737
.q-grid .slick-sort-indicator-asc {
738738
background-image: none;
739739
}
740+
741+
.jupyter-widgets {
742+
overflow: auto !important;
743+
}

0 commit comments

Comments
 (0)