Skip to content

Commit

Permalink
add overflow-x to plot container
Browse files Browse the repository at this point in the history
  • Loading branch information
chlebowa committed Sep 12, 2024
1 parent 09c0096 commit f05e7a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inst/css/plot_with_settings.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@

.plot_out_container div:nth-child(1) {
margin-top: 30px;
overflow-x: auto;
}

.plot-modal .modal .modal-dialog .modal-content .modal-body .plot-modal-sliders {
Expand Down

0 comments on commit f05e7a0

Please sign in to comment.