Skip to content

Commit 4f83360

Browse files
committed
Update plotly styles
1 parent 81e8efe commit 4f83360

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

packages/plotly-extension/style/index.css

+2-3
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,17 @@
1313
width: 100%;
1414
height: 100%;
1515
padding: 0;
16-
overflow: auto;
16+
overflow: hidden;
1717
}
1818

1919
/* Document styles */
2020
.jp-MimeDocument .jp-RenderedPlotly {
21-
padding: 5px;
2221
overflow: hidden;
2322
}
2423

2524
/* Output styles */
2625
.jp-OutputArea .jp-RenderedPlotly {
27-
/*height: 360px;*/
26+
height: 360px;
2827
}
2928

3029
/* Document icon */

0 commit comments

Comments
 (0)