Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions lib/analytics-page/addon/application/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
margin-top: 20px;
}

:global(.modal-body) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instinctively, the application of this global class makes me nervous, but it's just limited to the analytics engine it seems and it makes sure any additional BsModal doesn't suffer from the no-scroll behavior... I'm torn, but I think it's good.

max-height: 80vh;
overflow: scroll;
}

.CountBox {
text-align: center;

Expand Down