Fix dropdowns in settings being cut off

This commit is contained in:
Robin
2023-09-18 17:34:24 -04:00
parent 60a6347a63
commit 497c106c9f
2 changed files with 5 additions and 1 deletions

View File

@@ -15,8 +15,8 @@ limitations under the License.
*/
.tabContainer {
min-height: 100%;
display: flex;
flex: 1;
flex-direction: column;
}