How to create a 'Welcome' first step that's centered in the browser window? #679
Unanswered
trevorbehnke
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've tried using the body tag, but that causes the page to jump. So, I created an almost working solution by using a dummy element that doesn't actually exist. Then I've centered the modal in the UI programmatically. This works fine, except there is a little white circle in the upper left corner of the browser window because the tour step is attempting to highlight something that doesn't exist. Is there a way to solve this? Maybe by masking everything but the modal? Just an idea.
Beta Was this translation helpful? Give feedback.
All reactions