diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-06-13 00:39:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-13 00:39:31 +0200 |
commit | 5104bd79886f4466f81c062de031be8eefb0310a (patch) | |
tree | 67449bd0a582b8bf586c9a8e58ea70470431a5f9 | |
parent | 3e425b51fd9bd47774bd8986a56d299f5445686d (diff) |
Fix unclickable onboardin modal regression (#3724)
-rw-r--r-- | app/javascript/styles/components.scss | 2 |
1 files changed, 1 insertions, 1 deletions
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; } } |