mirror of https://github.com/apache/druid.git
Fixed height issue in dynamic config dialog where user cannot scroll (#7268)
This commit is contained in:
parent
2daeb50008
commit
a337f6d4cc
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue