change extra networks list to have constant height and scrolling

This commit is contained in:
AUTOMATIC1111 2023-07-16 13:59:15 +03:00
parent 57d61de25c
commit 24bad5dc7b
1 changed files with 3 additions and 0 deletions

View File

@ -766,6 +766,9 @@ footer {
/* extra networks UI */
.extra-network-cards{
height: 100vh;
overflow: scroll;
resize: vertical;
}
.extra-networks > div.tab-nav{