Fix footer bounds, Fix nav position.
This commit is contained in:
@@ -135,6 +135,6 @@ ion-icon {
|
||||
font-size: 1.65vh;
|
||||
white-space: nowrap;
|
||||
|
||||
position: sticky;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
position: sticky;
|
||||
top: var(--margin-pane);
|
||||
bottom: var(--margin-pane);
|
||||
right: 0;
|
||||
left: 0;
|
||||
|
||||
color: var(--accent-pink);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user