fix overflow in automation setup menu for large tables

This commit is contained in:
Maurits Lourens 2021-07-26 10:01:02 +02:00
parent 1b54e53ec6
commit 98ce904b80
1 changed files with 1 additions and 0 deletions

View File

@ -58,5 +58,6 @@
align-items: stretch;
gap: var(--spacing-l);
background-color: var(--background);
overflow-y: auto;
}
</style>