fix for issue #1604 (#2029)

* Adding min height to .connection-dialog .tabbedPanel so that connection dialog add a vertical scroll bar appropriately when the ops studio window is vertically resized.
This commit is contained in:
ranasaria
2018-07-25 12:31:17 -07:00
committed by GitHub
parent 4159fdc1a3
commit 7cda45c904

View File

@@ -22,6 +22,7 @@
border-top-color: transparent;
height: calc(100% - 350px);
display: block;
min-height: 120px;
}
.connection-recent, .connection-saved {