Mobile view positioning offscreen by the <div class='__floater __floater__open' /> translate3d #1173
Replies: 1 comment
-
Hey @jestrickler Without seeing the problem, it's impossible to debug it. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I have an issue with my tour being offscreen horizontally in mobile view. I'm wrapping the react-bootstrap Card and set max-width: 100% which almost fixed the issue and it appears to be the width of the screen, but for some steps the div class='__floater __floater__open' within div id='react-joyride-step-#' has a transform: translate3d by a small x amount that pushes it off the screen by that amount. Is there some property that will correct this?
Beta Was this translation helpful? Give feedback.
All reactions