Commit 64383600 authored by AUTOMATIC1111's avatar AUTOMATIC1111
Browse files

more tweaking for cards section height

parent 24bad5dc
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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{