This commit is contained in:
2023-11-10 19:50:18 +03:00
parent 69dd70d42d
commit 2abf0f62e9
4 changed files with 11 additions and 9 deletions

View File

@@ -607,7 +607,7 @@
backdrop-filter: blur(6px);
z-index: 100;
position: fixed;
top: -55px;
top: 0;
right: 0;
}
#customer>a, #mover>a{

View File

@@ -25,6 +25,10 @@
width: 100%;
}
.wrapper_main{
max-width: 1280px;
margin: auto;
}
.block_overlay{
height: 100vh;
@@ -2025,7 +2029,7 @@
background: #F8F8F8;
width: 100%;
position: absolute;
z-index: 102;
z-index: 1000;
}
.padding_top_f_header{
@@ -2038,7 +2042,7 @@
background: #dad7d7;
width: 100%;
top: 60px;
z-index: 101;
z-index: 999;
}
/*profile block*/
@@ -2217,7 +2221,7 @@
text-align: -webkit-right;
position: sticky;
margin: auto;
z-index: 10002;
z-index: 998;
top: 61px;
float: right;
height: 695px;

View File

@@ -225,7 +225,7 @@ header {
position: sticky;
top: 0;
background: #F8F8F8;
z-index: 102;
z-index: 1001;
}