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
{{ message }}
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.
I just came across a little bug, if I apply Fluidbox to an element and its parent or any anchestor has a tranform property set, the white backgorund (fluidbox-overlay which has a position: fixed and top left bottom right to 0) expands only to that element and not the whole viewport.
This is due to this css issue, and I don't think there are any easy and worth fixes. We could try putting it in position: absolute and wrapping the whole body with it, but I personally think this isn't worth it.
Just tought you might want to know this and maybe add it to the Known Issues section.
The text was updated successfully, but these errors were encountered:
I've just come across this issue, is there a workaround? Setting the overlay to have width: 100vh makes sense to me but not sure where to go from there.
I just came across a little bug, if I apply Fluidbox to an element and its parent or any anchestor has a
tranform
property set, the white backgorund (fluidbox-overlay which has aposition: fixed
and top left bottom right to 0) expands only to that element and not the whole viewport.This is due to this css issue, and I don't think there are any easy and worth fixes. We could try putting it in
position: absolute
and wrapping the whole body with it, but I personally think this isn't worth it.Just tought you might want to know this and maybe add it to the Known Issues section.
The text was updated successfully, but these errors were encountered: