Skip to content
Snippets Groups Projects
Commit 5104bd79 authored by Eugen Rochko's avatar Eugen Rochko Committed by GitHub
Browse files

Fix unclickable onboardin modal regression (#3724)

parent 3e425b51
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment