Skip to content

Commit

Permalink
correct right menu position
Browse files Browse the repository at this point in the history
  • Loading branch information
goldipl committed Jul 11, 2024
1 parent de08603 commit 7b14d0c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion sass/common/_mobile_menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@ body.body-locked {
transition: 0.4s;
overflow: hidden;
&.active {
right: calc((100vw - 1728px) / 2);
right: 0;
}
&-wrapper {
&__content {
Expand Down
6 changes: 3 additions & 3 deletions sass/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -2703,7 +2703,7 @@ body.body-locked::after {
left: 0;
width: 100vw;
height: 1000vh;
z-index: 9999999;
z-index: 999999999;
}

.header-2-0 {
Expand Down Expand Up @@ -3438,7 +3438,7 @@ body.body-locked::after {
overflow: hidden;
}
.header-2-0 .mobile-menu.active {
right: calc((100vw - 1728px) / 2);
right: 0;
}
.header-2-0 .mobile-menu-wrapper__content .second-lvl-menu-wrapper,
.header-2-0 .mobile-menu-wrapper__content .menu-inner-third-lvl-content-wrapper {
Expand Down Expand Up @@ -3476,7 +3476,7 @@ body.body-locked::after {
border-radius: 0 0 7px 7px;
padding: 30px;
box-sizing: border-box;
z-index: 100000000000000000000000000000000;
z-index: 99;
box-shadow: 0px 161px 45px 0px rgba(0, 0, 0, 0);
}
.header-2-0 .cart-preview-box-title h3 {
Expand Down
Loading

0 comments on commit 7b14d0c

Please sign in to comment.