mirror of
https://github.com/vladmandic/automatic
synced 2026-09-06 13:00:44 +02:00
follow symlinks
This commit is contained in:
@@ -186,8 +186,10 @@ div#extras_scale_to_tab div.form{
|
||||
}
|
||||
|
||||
.extra-network-cards{
|
||||
height: 725px;
|
||||
overflow: scroll;
|
||||
height: fit-content;
|
||||
max-height: 50vh;
|
||||
overflow-y: scroll;
|
||||
overflow-x: hidden;
|
||||
resize: vertical;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user