data_to_viz icon indicating copy to clipboard operation
data_to_viz copied to clipboard

Modal content is not scrollable

Open alkihis opened this issue 5 years ago • 0 comments

In the main page, when clicking on a chart type, modal content is not scrollable (due to pointer-events: none), so text is truncated.

.modal-dialog {
    pointer-events: all;
}

or

.portfolio-modal .modal-dialog {
    max-height: unset;
}

alkihis avatar Sep 09 '19 10:09 alkihis