Skip to content

Commit

Permalink
fix(Overlay): make popup wider in mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
HytonightYX committed Apr 15, 2022
1 parent 16e0d36 commit 962f2a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ export const OverlayGlobalStyles = createGlobalStyle<{ colorMode: ColorMode }>`
}
.rex-fullscreen-popup-panel {
min-width: 30%;
min-width: 70%;
max-width: 90%;
}
Expand Down

0 comments on commit 962f2a7

Please sign in to comment.