diff --git a/src/styles/popup.css b/src/styles/popup.css index d5b507c..77732fe 100644 --- a/src/styles/popup.css +++ b/src/styles/popup.css @@ -11,7 +11,7 @@ flex-direction: column; justify-content: start; align-items: center; - padding: 5% 0%; + /* padding: 5% 0%; */ overflow: auto; } @@ -21,6 +21,7 @@ border-radius: 15px; box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.5); background: #232323; + margin: 5% 0; } .popUpMainCard.popUpMainCardQR { @@ -52,7 +53,7 @@ justify-content: start; align-items: center; padding: 25px; - overflow: auto; + /* overflow: auto; */ } .popUpMainCardBottomQR {