indiana-university / rivet-source

Indiana University’s design system for web application development
https://rivet.iu.edu
BSD 3-Clause "New" or "Revised" License
54 stars 5 forks source link

Added data-rvt-dialog-mount attribute #720

Closed scottanthonymurray closed 8 months ago

scottanthonymurray commented 9 months ago

If an element is present in the DOM with the data-rvt-dialog-mount attribute, dialogs will be moved to the first child position of that element on connection. Otherwise, dialogs will be moved to the first child position of body as normal.