aboutsummaryrefslogtreecommitdiff
path: root/src/_styles.scss
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-10-01 19:48:06 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-10-01 19:48:06 +0530
commitfd5ed8aa4f159c8e1c0476915432e0a97a239a91 (patch)
tree42d3563472d9032c27f4e3a87dff85ec19362a94 /src/_styles.scss
parente4dbf70d561aa3ed79379ffdb98661cb3f215fe9 (diff)
fixed warning 'component changing controlled input to uncontrolled' while editing shipping addresses
Diffstat (limited to 'src/_styles.scss')
-rw-r--r--src/_styles.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_styles.scss b/src/_styles.scss
index 3faed12..064b9c6 100644
--- a/src/_styles.scss
+++ b/src/_styles.scss
@@ -33,7 +33,7 @@
backdrop-filter: blur(2px);
.floating-window {
width: 90%;
- max-width: 1000px;
+ max-width: 1200px;
z-index: 6;
}
}