more tweaking for cards section height

This commit is contained in:
AUTOMATIC1111 2023-07-16 14:46:05 +03:00
parent 24bad5dc7b
commit 643836007f

View File

@ -766,9 +766,10 @@ footer {
/* extra networks UI */
.extra-network-cards{
height: 100vh;
overflow: scroll;
height: calc(100vh - 24rem);
overflow: clip scroll;
resize: vertical;
min-height: 52rem;
}
.extra-networks > div.tab-nav{