Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI under the onboarding overlay reacts to clicking #957

Closed
michaeltomasik opened this issue Jun 25, 2018 · 1 comment
Closed

UI under the onboarding overlay reacts to clicking #957

michaeltomasik opened this issue Jun 25, 2018 · 1 comment
Assignees

Comments

@michaeltomasik
Copy link
Contributor

Easy

@michaeltomasik michaeltomasik created this issue from a note in Version 0.10.0 (New Issues) Jun 25, 2018
@michaeltomasik michaeltomasik self-assigned this Jun 25, 2018
@michaeltomasik
Copy link
Contributor Author

michaeltomasik commented Jun 26, 2018

Tried solutions

  • adding global class
global: .joyride-overlay ~ main[class~='appLoaded'] {
    pointer-events: none;
}
  • switching classes in app/index.js -> <main> based on settings.onBoarding
    ^^^ It made whole app disappear when onBoardingchanged state ~ not proper rendering

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Version 0.10.0
  
Closed Issues
Development

No branches or pull requests

3 participants