From fca01e749eb9a45cfd3d946de6ac3011d37e6c1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vikt=C3=B3ria=20Brezinov=C3=A1?= Date: Sat, 9 Dec 2023 14:14:41 +0100 Subject: [PATCH] add scrollbar to menu --- .../PageLayout/Authentication/Authentication.module.scss | 1 - src/components/PageLayout/MenuMain/MenuMain.module.scss | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) 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;