follow symlinks

This commit is contained in:
Vladimir Mandic
2023-05-18 07:36:38 -04:00
parent 4d67ee67ed
commit c1e70df845
5 changed files with 8 additions and 8 deletions
+4 -2
View File
@@ -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;
}