correct gamburger

This commit is contained in:
2021-12-26 13:24:19 +03:00
parent 49951cef28
commit 38e04b4d94
4 changed files with 14 additions and 5 deletions

View File

@@ -1866,6 +1866,8 @@ img-fluid{
#mobile_main_menu{
display: none;
position:fixed;
max-height: 1300px;
overflow-y: scroll;
top:0px;
bottom:0px;
left:0px;
@@ -1874,7 +1876,7 @@ img-fluid{
width: 100%;
background: #fff;
border-top: 1px solid #F5F5F5;
overflow-y: auto;
overflow-y: scroll;
padding-top: 42px;
}
@@ -1882,15 +1884,18 @@ img-fluid{
#mobile_rubrics_menu{
display: none;
position:fixed;
min-height: unset;
max-height: 1300px;
overflow-x: scroll;
overflow-y: scroll;
top:0px;
bottom:0px;
left:0px;
right:0px;
z-index:100;
z-index:500;
width: 100%;
background: #fff;
border-top: 1px solid #F5F5F5;
overflow-y:scroll;
padding-top: 42px;
}
@@ -1902,6 +1907,7 @@ img-fluid{
z-index: 1;
top: 20px;
right: 5%;
}
#closed_mobile_menu{
@@ -1927,6 +1933,7 @@ img-fluid{
right: 5%;
height: 20px;
width: 20px;
background: no-repeat url(https://vetandlife.ru/wp-content/themes/vij/pub/menu/closed.svg) left center;
}