Skip to content

Commit

Permalink
Merge pull request #110 from saahil-mahato/scroll-fix
Browse files Browse the repository at this point in the history
fix: checker page scroll behavior
  • Loading branch information
RikLakhe authored Oct 3, 2024
2 parents 0ba3191 + fa5eec9 commit e2e9db3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/scss/components/_accordion.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

&-description {
height: 0;
font-size: 1rem;
font-size: 1.25rem;
transition: height 0.4s ease;
}

Expand Down
6 changes: 6 additions & 0 deletions src/assets/scss/layouts/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,10 @@
100% {
transform: translateY(0);
}
}

@media (max-width: 576px) {
.sticky {
position: fixed !important;
}
}

0 comments on commit e2e9db3

Please sign in to comment.