diff --git a/frontend/src/components/organisms/LeftBar/style.module.scss b/frontend/src/components/organisms/LeftBar/style.module.scss index b8dac7e2f4eb7ba15930092e3f513b7bb26418c3..e1881a32557ced504ae00afc7b704ce2e34956ae 100644 --- a/frontend/src/components/organisms/LeftBar/style.module.scss +++ b/frontend/src/components/organisms/LeftBar/style.module.scss @@ -8,7 +8,8 @@ height: calc(100vh - 61px); padding-bottom: 30px; overflow-y: auto; - overflow-x: hidden; + overflow-x: hidden; + overscroll-behavior: contain; background: #fff; box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1); -webkit-transition: all 0.5s ease; diff --git a/frontend/src/components/organisms/RightBar/style.module.scss b/frontend/src/components/organisms/RightBar/style.module.scss index b116385e86539053f34412891a8b52e024c3d0dd..02391fe5c71fe2727fc32fafe5e1ceba65a8b19e 100644 --- a/frontend/src/components/organisms/RightBar/style.module.scss +++ b/frontend/src/components/organisms/RightBar/style.module.scss @@ -8,7 +8,8 @@ height: calc(100vh - 61px); padding-bottom: 30px; overflow-y: auto; - overflow-x: hidden; + overflow-x: hidden; + overscroll-behavior: contain; background: #fff; box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1); -webkit-transition: all 0.5s ease;