Skip to content

Commit

Permalink
Fix-Bottombar issue resolve (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
vidyaaKhandekar authored Dec 2, 2024
1 parent ece218c commit 2369ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/UploadDocumentEwallet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const UploadDocumentEwallet = ({ userId }) => {
top: 0,
left: 0,
border: "none",
zIndex: 999,
zIndex: 1000,
display: "none",
}}
/>
Expand Down

0 comments on commit 2369ded

Please sign in to comment.