Skip to content

Commit

Permalink
261 plot partially hidden (#262)
Browse files Browse the repository at this point in the history
Fixes #261 

Removed offending line in `plot_with_settings.css`.

---------

Co-authored-by: Marcin <[email protected]>
  • Loading branch information
chlebowa and m7pr authored Sep 17, 2024
1 parent dd81488 commit 4cc624a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/css/plot_with_settings.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

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

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

0 comments on commit 4cc624a

Please sign in to comment.