fix overflow in automation setup menu for large tables
This commit is contained in:
parent
1b54e53ec6
commit
98ce904b80
|
@ -58,5 +58,6 @@
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
gap: var(--spacing-l);
|
gap: var(--spacing-l);
|
||||||
background-color: var(--background);
|
background-color: var(--background);
|
||||||
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue