PolymerElements / paper-dialog-scrollable

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

Scrollbars appear in a weird place #32

Closed kenchris closed 8 years ago

kenchris commented 8 years ago

They appear on top of what is supposed to be scrolled.

Code: https://github.com/kenchris/weneed/blob/master/app/elements/write-dialog/write-dialog.html

scrollbars

kenchris commented 8 years ago

@valdrinkoshi

valdrinkoshi commented 8 years ago

@kenchris can you provide a jsbin that reproduces the issue? Looking at the code you provided, I suspect this is caused by the css you apply.

valdrinkoshi commented 8 years ago

Oh, this can be reproduced with this jsbin http://jsbin.com/humawo/7/edit?html,output Only chrome canary and chrome dev for android

valdrinkoshi commented 8 years ago

Apparently this is caused by box-shadow applied to paper-dialog, in fact by setting to none fixes it (test it in chrome canary) http://jsbin.com/humawo/26/edit?html

cc @cdata

valdrinkoshi commented 8 years ago

Seems like a bug of chrome http://jsbin.com/nudoru/5/edit?html,output I've opened an issue on chromium https://code.google.com/p/chromium/issues/detail?id=581136 Closing this