Skip to content

Commit 4cc624a

Browse files
chlebowam7pr
andauthored
261 plot partially hidden (#262)
Fixes #261 Removed offending line in `plot_with_settings.css`. --------- Co-authored-by: Marcin <[email protected]>
1 parent dd81488 commit 4cc624a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/css/plot_with_settings.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
.plot_out_container div:nth-child(1) {
3535
margin-top: 30px;
36-
overflow-x: hidden;
36+
overflow-x: auto;
3737
}
3838

3939
.plot-modal .modal .modal-dialog .modal-content .modal-body .plot-modal-sliders {

0 commit comments

Comments
 (0)