Skip to content

Commit

Permalink
Setting scrolling for menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin Maka committed Dec 13, 2024
1 parent be4e9fe commit 3713090
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/styles/bloks/menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,18 @@
transform: translateX(-100%);
transition: transform 0.6s ease-in-out;
background-color: #C2C2C2;
padding: 0 20px 20px;
min-height: 100vh;
padding: 0 20px 113px;
overflow-y: auto;
box-sizing: border-box;
height: 100vh;

@include grid;

align-content: start;

&:target {
transform: translateX(0);
overflow-y: auto;
}

&__navigation{
Expand Down

0 comments on commit 3713090

Please sign in to comment.