Make Advanced configuration tabbed.

This commit is contained in:
chriz
2026-02-13 08:43:48 +01:00
parent ea37126e87
commit eae7f10d7a
2 changed files with 56 additions and 31 deletions
+2 -1
View File
@@ -6,8 +6,9 @@ ul {
margin: 0;
padding: 0;
width: 12%;
height: 100%;
height: calc(100% - 50px);
position: fixed;
top: 50px;
overflow: auto;
}