Skip to content

Commit

Permalink
fix: layering of sticky button
Browse files Browse the repository at this point in the history
  • Loading branch information
benfurber committed Oct 14, 2024
1 parent c033d66 commit 56e51f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/common/StickyButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export const StickyButton = () => {
bottom: [2, 5],
right: [2, 5],
display: 'block',
zIndex: 3000,
}}
>
<ExternalLink href={href} data-cy="feedback">
Expand Down

0 comments on commit 56e51f3

Please sign in to comment.