1
0
Fork 0
mirror of synced 2024-10-01 17:47:46 +13:00

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

View file

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