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
when passing in a root element via params, windows are appended to that element (as opposed to document.body), but the viewport constraining window movement is still derived from document.documentElement (see here)
it would be cool to (optionally) allow constraining window movement to the boundaries of the passed in root element (which would also require setting position: absolute on .winbox instead of position: fixed).
thanks!
The text was updated successfully, but these errors were encountered:
when passing in a
root
element via params, windows are appended to that element (as opposed todocument.body
), but the viewport constraining window movement is still derived fromdocument.documentElement
(see here)it would be cool to (optionally) allow constraining window movement to the boundaries of the passed in
root
element (which would also require settingposition: absolute
on.winbox
instead ofposition: fixed
).thanks!
The text was updated successfully, but these errors were encountered: