From: Eugen Rochko Date: Mon, 12 Jun 2017 22:39:31 +0000 (+0200) Subject: Fix unclickable onboardin modal regression (#3724) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=5104bd79886f4466f81c062de031be8eefb0310a;p=mastodon.git Fix unclickable onboardin modal regression (#3724) --- diff --git a/app/javascript/styles/components.scss b/app/javascript/styles/components.scss index 65971a018..4b5802cee 100644 --- a/app/javascript/styles/components.scss +++ b/app/javascript/styles/components.scss @@ -3085,7 +3085,7 @@ button.icon-button.active i.fa-retweet { .onboarding-modal__page__wrapper { pointer-events: none; - &.onboading-modal__page__wrapper--active { + &.onboarding-modal__page__wrapper--active { pointer-events: auto; } }