diff --git a/src/pages/Home/LocationSelectModal/LocationSelectModal.module.scss b/src/pages/Home/LocationSelectModal/LocationSelectModal.module.scss index 85f453eb..60c165bb 100644 --- a/src/pages/Home/LocationSelectModal/LocationSelectModal.module.scss +++ b/src/pages/Home/LocationSelectModal/LocationSelectModal.module.scss @@ -1,6 +1,8 @@ .container { position: absolute; - width: 100%; + width: calc(100% - 90px); + + // right: 0; height: 100vh; pointer-events: none; z-index: 1;