Fix footer bounds, Fix nav position.

This commit is contained in:
Cutieguwu
2025-07-25 12:39:58 -04:00
parent 4fce30b341
commit bf3d5c673e
2 changed files with 2 additions and 2 deletions

View File

@@ -135,6 +135,6 @@ ion-icon {
font-size: 1.65vh;
white-space: nowrap;
position: sticky;
position: fixed;
bottom: 0;
}

View File

@@ -18,7 +18,7 @@
position: sticky;
top: var(--margin-pane);
bottom: var(--margin-pane);
right: 0;
left: 0;
color: var(--accent-pink);
}