Skip to content

Commit

Permalink
Merge pull request #4672 from Karmpatel960/main
Browse files Browse the repository at this point in the history
Increment in z-index Value for Scroll Up Button
  • Loading branch information
Nikhil-Ladha authored Aug 17, 2023
2 parents 88360cf + c6cf3da commit 56ed90c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Scrolltotop-button/ScrollToTopStyles.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const BackToTopButton = styled.button`
background-color: #3c494f;
box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
cursor: pointer;
z-index: 999
z-index: 9999
`;

const onMountBtnAnimation = keyframes`
Expand All @@ -36,4 +36,4 @@ const onUnmountBtnAnimation = keyframes`
transform: translateY(100px);
opacity: 0;
}
`;
`;

0 comments on commit 56ed90c

Please sign in to comment.