Resolve #39; Make footer sticky to viewport.

This commit is contained in:
Cutieguwu
2025-07-23 21:19:03 -04:00
parent 6df54559e2
commit 915423256f

View File

@@ -102,12 +102,14 @@ ion-icon {
.footer {
margin: 0;
padding: var(--spacing-horizontal);
width: min-content;
background-color: var(--background-2);
border-top-right-radius: var(--border-radius-large);
font-size: 1.65vh;
white-space: nowrap;
position: absolute;
position: sticky;
bottom: 0;
}