This commit is contained in:
SBD
2023-11-22 15:21:49 +03:00
parent 38a8cef3d9
commit 153d0380de
3 changed files with 17 additions and 3 deletions

View File

@@ -606,6 +606,20 @@
position: sticky;
top: 0;
}
.cut_width_f_curtain.n_profile.left{
position: fixed;
min-width: 1280px;
}
.cut_width_f_curtain.n_profile.close{
z-index: -1;
}
.cut_width_f_curtain.n_profile.open{
z-index: 101;
}
.menu_buttons{
/*background: #FFFFFF;*/
height: 100vh;

View File

@@ -2358,7 +2358,7 @@
height: 695px;
}
.cut_width_f_curtain.n_profile{
.cut_width_f_curtain.n_profile.right{
position: fixed;
min-width: 1280px;
}