Skip to content

Commit

Permalink
check scroll fix
Browse files Browse the repository at this point in the history
  • Loading branch information
saahil-mahato committed Sep 20, 2024
1 parent 0ba3191 commit 4bd415f
Showing 1 changed file with 6 additions and 0 deletions.
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 4bd415f

Please sign in to comment.