add bottom padding to main content for better scroll UX

This commit is contained in:
Justin Edmund 2025-09-30 01:11:18 -07:00
parent 9b65c6bac8
commit 31af7f5425

View file

@ -220,6 +220,7 @@
overflow-x: hidden;
position: relative;
padding-top: 81px; // Space for fixed navigation (matches $nav-height)
padding-bottom: 20vh; // Extra space at bottom for comfortable scrolling
z-index: 2; // Ensure scrollbar is above blur background
// Note: scroll-behavior removed to prevent unwanted animations