Skip to content

Commit

Permalink
Refactor Modal.css for better responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
BumpyClock committed Apr 20, 2024
1 parent 57d3297 commit 5e7843d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Modal/Modal.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
backdrop-filter: blur(90px);
margin: 0 auto;
overflow-y: auto;
background-color: rgba(0,0,0,.7);
/* background-color: rgba(0,0,0,.7); */
z-index: 3000;
overflow-y: overlay;
display: flex;
Expand Down

0 comments on commit 5e7843d

Please sign in to comment.