PolymerElements / paper-dialog-scrollable

A scrollable area used in a Material Design dialog
15 stars 18 forks source link

scrollable should not be flex #41

Closed valdrinkoshi closed 8 years ago

valdrinkoshi commented 8 years ago

Fixes #40 by not applying --layout-flex to scrollTarget and instead fitting it to :host when the parent doesn't implement paper-dialog-behavior. Updated demo to include a paper-dialog too.

notwaldorf commented 8 years ago

LGTM. Keep an eye out though if there's any problems with requiring @apply(--layout-flex) when not used inside a paper-dialog

valdrinkoshi commented 8 years ago

Roger that :+1: