mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-24 10:51:03 -08:00
change extra networks list to have constant height and scrolling
This commit is contained in:
parent
57d61de25c
commit
24bad5dc7b
1 changed files with 3 additions and 0 deletions
|
|
@ -766,6 +766,9 @@ footer {
|
|||
/* extra networks UI */
|
||||
|
||||
.extra-network-cards{
|
||||
height: 100vh;
|
||||
overflow: scroll;
|
||||
resize: vertical;
|
||||
}
|
||||
|
||||
.extra-networks > div.tab-nav{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue