Fix nav scrolling with content at certain point
This commit is contained in:
@ -28,7 +28,6 @@ body {
|
|||||||
display: grid;
|
display: grid;
|
||||||
grid-template-rows: auto minmax(auto, 1fr) auto; // Header, stuff, footer
|
grid-template-rows: auto minmax(auto, 1fr) auto; // Header, stuff, footer
|
||||||
background: var(--bg-color);
|
background: var(--bg-color);
|
||||||
height: 100vh;
|
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
color: var(--fg-color);
|
color: var(--fg-color);
|
||||||
line-height: 1.6;
|
line-height: 1.6;
|
||||||
|
Reference in New Issue
Block a user