fix js
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user