Skip to content

Commit 4b81e7e

Browse files
committed
make product banner not block headings
1 parent 0b734a6 commit 4b81e7e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/scss/custom.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -842,3 +842,8 @@ div[class^='theme-announcement-bar'] {
842842
.pageWrapper .sidebar_mhZE {
843843
padding-top: 0 !important;
844844
}
845+
846+
/* Add scroll padding to account for sticky product banner */
847+
html {
848+
scroll-padding-top: 10rem;
849+
}

0 commit comments

Comments
 (0)