mirror of
https://github.com/LBRYFoundation/lbryorg.git
synced 2025-08-23 20:47:23 +00:00
Fix: Updated style to prevent navbar from overlapping content
This commit is contained in:
parent
a4362dfb88
commit
ce69fe24fc
1 changed files with 4 additions and 0 deletions
|
@ -18,6 +18,10 @@ html {
|
|||
scroll-behavior: smooth;
|
||||
}
|
||||
|
||||
html {
|
||||
scroll-padding-top: 80px; /* height of sticky header */
|
||||
}
|
||||
|
||||
|
||||
/* Parallax */
|
||||
.parallax .parallax-img {
|
||||
|
|
Loading…
Add table
Reference in a new issue