You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
desandro
changed the title
Fullscreen not fullscreen when used inside a uikit masonry grid
Fullscreen not fullscreen with transform parent element
Jun 27, 2018
Thanks for reporting this issue. Looks like because uikit Masonry uses CSS transforms for positioning, a child element with position: fixed will use that transformed parent element for its fixed position, not the body. Hey, I didn't know that one either.
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: