Skip to content

Commit

Permalink
Fix save button not showing above output
Browse files Browse the repository at this point in the history
  • Loading branch information
nealfennimore committed Dec 9, 2024
1 parent bef2cdf commit 331b85e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/app/components/security_requirements.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ export const SecurityForm = ({
>
<ContentNavigation previous={prev} next={next} />
<div
className="sticky top-36 left-full flex flex-row-reverse items-center shrink-0 w-1/4 pb-4"
className="sticky top-36 left-full flex flex-row-reverse items-center shrink-0 w-1/4 pb-4 z-20"
style={{ transform: "translateY(-100%)" }}
>
<button
Expand Down

0 comments on commit 331b85e

Please sign in to comment.