Skip to content

Commit 08b010c

Browse files
Merge pull request #7669 from kanishksingh23/fix/scroll-padding-sistent-docs
[DOCS] Fix: added scroll-padding-top to prevent headers hiding under navbar
2 parents 04a766f + 1515a9c commit 08b010c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/sections/app.style.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ html{
4949
overflow-x: hidden;
5050
box-sizing: border-box;
5151
-ms-overflow-style: scrollbar;
52+
scroll-padding-top: 5rem;
5253
}
5354
5455
body,html {

0 commit comments

Comments
 (0)