This commit is contained in:
Kirill Pet
2024-10-29 12:48:54 +03:00
parent 3add6ebc02
commit fa143ef289
3 changed files with 11 additions and 1 deletions

View File

@@ -185,6 +185,9 @@ main{
transition: opacity .2s ease-out;
}
.cabinet-content{
pointer-events:none;
}
.cabinet__orders.active, .cabinet__profile.active{
opacity: 1;
@@ -193,6 +196,7 @@ main{
.cabinet__orders.hide, .cabinet__profile.hide{
position: static;
display: block;
pointer-events:auto;
}
.cabinet__subscription-pc{
display: none;