Skip to content

Commit

Permalink
fix: DAH-3118 update scroll behavior (#2477)
Browse files Browse the repository at this point in the history
* fix: DAH-3118 update scroll behavior

* fix: DAH-3118 make buttons regular font weight
  • Loading branch information
tallulahkay authored Jan 8, 2025
1 parent f4e601d commit 01d9dec
Show file tree
Hide file tree
Showing 2 changed files with 6 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 Expand Up @@ -40,6 +44,7 @@
min-width: max-content;
margin: var(--seeds-s3) var(--seeds-s2);
padding: var(--seeds-s4) var(--seeds-s6);
font-weight: var(--seeds-font-weight-regular);

background: var(--seeds-bg-color-surface);
color: var(--seeds-text-color-light);
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 @@ -9,7 +9,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 01d9dec

Please sign in to comment.