Fix unclickable onboardin modal regression (#3724)
This commit is contained in:
parent
5b0518ada5
commit
91e13e3cf8
1 changed files with 1 additions and 1 deletions
|
@ -3085,7 +3085,7 @@ button.icon-button.active i.fa-retweet {
|
||||||
.onboarding-modal__page__wrapper {
|
.onboarding-modal__page__wrapper {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
|
||||||
&.onboading-modal__page__wrapper--active {
|
&.onboarding-modal__page__wrapper--active {
|
||||||
pointer-events: auto;
|
pointer-events: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue