This commit is contained in:
2023-11-06 15:01:04 +03:00
parent 4c747a0c5e
commit 09c74d8f85
6 changed files with 22 additions and 16 deletions

View File

@@ -28,23 +28,23 @@
.block_overlay{
height: 100vh;
width: 100vw;
/*width: 100vw;*/
background: rgba(39, 53, 62, 0.7);
backdrop-filter: blur(15px);
z-index: 100;
position: fixed;
/*position: fixed;*/
top: 86px;
display: none;
}
.block_overlay.n_profile{
height: 100vh;
width: 100vw;
height: 100%;
width: 100%;
background: rgba(39, 53, 62, 0.7);
backdrop-filter: blur(15px);
z-index: 100;
position: fixed;
top: 86px;
position: absolute;
top: -55px;
}
.block_overlay.n_profile.show{
@@ -2027,11 +2027,11 @@
.line_f_header{
position: sticky;
z-index: 1;
height: 1px;
background: #dad7d7;
width: 100%;
top: 60px;
z-index: 102;
}
/*profile block*/
@@ -2234,9 +2234,9 @@
transition: 200ms;
position: absolute;
display: block;
padding-top: 10px;
/*padding-top: 10px;*/
width: 320px;
top: 0;
top: -54px;
}
.menu_buttons.left.open{
@@ -2328,6 +2328,11 @@
.menu_profile{
width: 320px;
text-align: -webkit-center;
padding: 14px 0;
}
.menu_profile.background{
background: #FFFFFF;
}
.menu_profile>div{

View File

@@ -222,9 +222,9 @@ header {
margin-top: 20px;
padding: 5px 40px;
position: sticky;
z-index: 4;
top: 0;
background: #F8F8F8;
z-index: 102;
}
@@ -475,6 +475,7 @@ footer>div {
.wrapper_header_content{
max-width: 1280px;
margin: 0 auto;
position: relative;
}
header .header-first {