[feature] allow viewport being constrained by root
element
#167
Labels
enhancement
New feature or request
root
element
#167
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: