Skip to content

Commit

Permalink
fix (ZNTA-2143) fix scrollbar on editor modals affected by frontend r…
Browse files Browse the repository at this point in the history
…efactor
  • Loading branch information
kgough committed Sep 18, 2017
1 parent e5f3410 commit 4bf0900
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@
--padding-large-vertical: 14px;
}

.modal-content {
max-height: 90vh;
overflow-y: scroll;
}

.panel-group {
margin-bottom: 1.429em;
}
Expand Down

0 comments on commit 4bf0900

Please sign in to comment.