Skip to content

Commit

Permalink
add scrollbar to menu
Browse files Browse the repository at this point in the history
  • Loading branch information
vikibrezinova committed Dec 9, 2023
1 parent 87e4be2 commit fca01e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.authenticationDisplayButtons {
position: absolute;
left: 0px;
bottom: 0px;
width: 100%;
Expand Down
1 change: 1 addition & 0 deletions src/components/PageLayout/MenuMain/MenuMain.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
background-color: black;
transition: 750ms;
z-index: 100;
overflow-y: auto;

&.visible {
left: 0;
Expand Down

0 comments on commit fca01e7

Please sign in to comment.