0.0.344
This commit is contained in:
@@ -607,7 +607,7 @@
|
||||
backdrop-filter: blur(6px);
|
||||
z-index: 100;
|
||||
position: fixed;
|
||||
top: -55px;
|
||||
top: 0;
|
||||
right: 0;
|
||||
}
|
||||
#customer>a, #mover>a{
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -225,7 +225,7 @@ header {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
background: #F8F8F8;
|
||||
z-index: 102;
|
||||
z-index: 1001;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user