Fix nav scrolling with content at certain point

This commit is contained in:
daudix
2024-04-05 02:12:48 +03:00
parent 0e4df24525
commit 296a03144f

View File

@ -28,7 +28,6 @@ body {
display: grid;
grid-template-rows: auto minmax(auto, 1fr) auto; // Header, stuff, footer
background: var(--bg-color);
height: 100vh;
min-height: 100vh;
color: var(--fg-color);
line-height: 1.6;