From 66d99b2e3ee65b5d36cffef35b938280c5c0aa04 Mon Sep 17 00:00:00 2001 From: Emil Bui Date: Sat, 24 Jun 2023 15:48:28 +0700 Subject: [PATCH] Fix stupid front-end shit --- src/components/Menu/GameSettingPopup.css | 2 +- src/components/Popup/Popup.css | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) 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);