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 Dec 19, 2024. It is now read-only.
@supermario999 what would be the use-case & expectations? Should the backdrop also take the size of the fitInto element?
When you set with-backdrop on an overlay, it will also block focus within the overlay (e.g. when you hit TAB the focus will wrap into the overlay).
If you want to only have a backdrop below the overlay, you could do that with css, e.g.
I know this is an old issue but I would like to see this option too.
In my use case, we are creating a 'widget' (small app) which is a collection of components which can be included on a clients page. In our case, we would only want the overlay to be appended to our top-most component and have a width and height of 100% of this top-most component rather than be appended to the body.
Description
iron-overlay-backdrop should append to the fitInto element if specified.
Expected outcome
If fitInto is set on an element (for example paper-dialog) then the iron-overlay-backdrop should append to the same fitInto element
Actual outcome
iron-overlay-backdrop is always appended to the body.
Browsers Affected
The text was updated successfully, but these errors were encountered: