Skip to content

Commit

Permalink
chore: Fix select
Browse files Browse the repository at this point in the history
  • Loading branch information
ape-fede committed Dec 3, 2022
1 parent 4777064 commit 5b0a238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Select/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const styles: Record<string, ThemeUIStyleObject> = {
boxShadow: "rgba(0, 0, 0, 0.16) 0px 1px 4px",
},
backdrop: {
width: "100vw",
width: "98vw",
height: "100vh",
position: "fixed",
background: "transparent",
Expand Down

0 comments on commit 5b0a238

Please sign in to comment.