diff --git a/src/components/Menu/GameSettingPopup.css b/src/components/Menu/GameSettingPopup.css index 055991d..6e634f3 100644 --- a/src/components/Menu/GameSettingPopup.css +++ b/src/components/Menu/GameSettingPopup.css @@ -1,6 +1,6 @@ /* The switch - the box around the slider */ .gs_container { - width: 100%; + width: 90%; text-align: left; color: #ffffff; display: flex; diff --git a/src/components/Popup/Popup.css b/src/components/Popup/Popup.css index 54108a9..9e76cab 100644 --- a/src/components/Popup/Popup.css +++ b/src/components/Popup/Popup.css @@ -11,12 +11,11 @@ align-items: center; flex-direction: column; z-index: 3; - background: transparent; border: 2px solid rgba(255, 255, 255, 0.5); border-radius: 20px; backdrop-filter: blur(15px); - overflow: auto; + overflow: hidden; opacity: 0; transition: 300ms; transform: scale(0);