Skip to content

Commit

Permalink
fix: DAH-3118 update scroll behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
tallulahkay committed Jan 2, 2025
1 parent ebb5d01 commit e5e1890
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
html {
scroll-behavior: smooth;
}

.directory-page-navigation-bar__container {
position: sticky;
top: 0;
Expand Down
2 changes: 1 addition & 1 deletion app/javascript/modules/listings/ListingsGroupHeader.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#upcoming-lotteries,
#lottery-results,
#additional-listings {
scroll-margin-top: 70px;
scroll-margin-top: 105px;
}

#buy-now > .listings-group__customHeader {
Expand Down

0 comments on commit e5e1890

Please sign in to comment.