Skip to content

Commit

Permalink
fix: if the screen is bigger than drawer component
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelLimaC committed Apr 23, 2024
1 parent 9f6304b commit b1829e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Drawer/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
.drawer {
overflow: hidden;

position: absolute;
position: fixed;

background: rgba(0, 0, 0, 0.8);
inset: 0;
Expand Down

0 comments on commit b1829e4

Please sign in to comment.