Fixed height issue in dynamic config dialog where user cannot scroll (#7268)

This commit is contained in:
Qi Shu 2019-03-15 15:15:12 -07:00 committed by Clint Wylie
parent 2daeb50008
commit a337f6d4cc
1 changed files with 4 additions and 2 deletions

View File

@ -17,7 +17,9 @@
*/ */
.coordinator-dynamic-config { .coordinator-dynamic-config {
.bp3-dialog-body { margin-top: 5vh;
.pt-dialog-body {
max-height: 70vh; max-height: 70vh;
.auto-form { .auto-form {
@ -25,7 +27,7 @@
overflow: auto; overflow: auto;
} }
.bp3-html-select { .html-select {
width: 195px; width: 195px;
} }