fix(LOY-53): scroll to top of current rewards on page change

This commit is contained in:
Chuma McPhoy
2024-12-06 12:45:01 +01:00
parent 5a2b726ffc
commit 80f7e8e7f8
2 changed files with 17 additions and 3 deletions

View File

@@ -128,4 +128,6 @@
display: flex;
flex-direction: column;
gap: var(--Spacing-x4);
position: relative;
scroll-margin-top: calc(var(--current-mobile-site-header-height) * 2);
}