mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
Fix unclickable onboardin modal regression (#3724)
This commit is contained in:
parent
3e425b51fd
commit
5104bd7988
@ -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 New Issue
Block a user