diff --git a/src/components/PageLayout/Authentication/Authentication.module.scss b/src/components/PageLayout/Authentication/Authentication.module.scss index c7a4c825..671cd9d9 100644 --- a/src/components/PageLayout/Authentication/Authentication.module.scss +++ b/src/components/PageLayout/Authentication/Authentication.module.scss @@ -1,5 +1,4 @@ .authenticationDisplayButtons { - position: absolute; left: 0px; bottom: 0px; width: 100%; diff --git a/src/components/PageLayout/MenuMain/MenuMain.module.scss b/src/components/PageLayout/MenuMain/MenuMain.module.scss index af220445..34711edf 100644 --- a/src/components/PageLayout/MenuMain/MenuMain.module.scss +++ b/src/components/PageLayout/MenuMain/MenuMain.module.scss @@ -6,6 +6,7 @@ background-color: black; transition: 750ms; z-index: 100; + overflow-y: auto; &.visible { left: 0;