-
Notifications
You must be signed in to change notification settings - Fork 17
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
Fullscreen not fullscreen with transform parent element #13
Comments
Thanks for reporting this issue. Looks like because uikit Masonry uses CSS transforms for positioning, a child element with |
I've just ran into this issue but using Liquid Fire from an Ember Application. The Liquid container leaves a translate on the container div. |
I'm assuming this is not fixable at this point? |
As this is a browser rendering issue, the fix would be to change whatever library is using transform to |
I'm using flickity fullscreen within a card in a uikit masonry grid ( I know, I should use yours...) and getting this odd behavior. When trying to open a full screen flickity carousel, it opens within the card div inside the grid not fullscreen in the grid itself, so I get a "mini fullscreen flickity". Any flickity fullscreen option to bypass this annoying behavior, I.e choose body or a class to open flickity in?
Heres the codepen
The text was updated successfully, but these errors were encountered: