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 3b3b90c721
commit 0e265a75cf
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>