Commit 24bad5dc authored by AUTOMATIC1111's avatar AUTOMATIC1111

change extra networks list to have constant height and scrolling

parent 57d61de2
......@@ -766,6 +766,9 @@ footer {
/* extra networks UI */
.extra-network-cards{
height: 100vh;
overflow: scroll;
resize: vertical;
}
.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