From 1399075fc4dfea3b6ee8405c4a83eb05ea0d0106 Mon Sep 17 00:00:00 2001 From: freakoverse Date: Sat, 15 Feb 2025 12:55:21 +0000 Subject: [PATCH] Update src/styles/popup.css --- src/styles/popup.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 {