Commit 64383600 authored by AUTOMATIC1111's avatar AUTOMATIC1111

more tweaking for cards section height

parent 24bad5dc
......@@ -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{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment