PolymerElements / iron-overlay-behavior

Makes an element an overlay with an optional backdrop
41 stars 71 forks source link

Check for scroll or auto anywhere in node style #293

Open btelles opened 5 years ago

btelles commented 5 years ago

A valid computed style for overflow is "scroll auto". The existing implementation would consider this style a "non-scrollable" node. This change handles the edge case.