add bottom padding to main content for better scroll UX
This commit is contained in:
parent
9b65c6bac8
commit
31af7f5425
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue