Skip to content

Commit

Permalink
fix: Added z-index to the CreateAccountMsg
Browse files Browse the repository at this point in the history
  • Loading branch information
TiagoRibeiro25 committed Aug 24, 2023
1 parent 6dadba5 commit a9ec957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/CreateAccountMessage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const CreateAccountMessage: React.FC = () => {

return (
location.pathname !== '/' && (
<div className="fixed bottom-0 right-0 flex items-center justify-center w-full py-4 bg-white bg-opacity-90">
<div className="fixed bottom-0 right-0 z-50 flex items-center justify-center w-full py-4 bg-white bg-opacity-90">
<div className="text-center">
<h2 className="text-2xl font-bellefair animate-bounce">Join Us Today!</h2>
<p className="hidden text-sm lg:block">
Expand Down

0 comments on commit a9ec957

Please sign in to comment.