Add min-height the panel main content

This commit is contained in:
Victor Meng 2021-06-28 18:22:57 -07:00
parent a1d5648bbc
commit b6043260d8

View File

@ -10,6 +10,7 @@
padding: 0 34px;
margin: 20px 0;
overflow: auto;
min-height: 30px;
& > :not(.collapsibleSection) {
margin-bottom: @DefaultSpace;