-
Notifications
You must be signed in to change notification settings - Fork 18
Issue #26 was closed but never fixed? #69
Comments
I was able to solve this with a custom dialog. The 'layers' property sounds nice, though... :) |
I'm having trouble with this too. Beckula how did you solve this issue with your custom dialog? |
I scrapped paper-dialog and used a combination of a CSS fixed parent with absolutely positioned children. To avoid CSS transformations (which produce fuzzy text in Chrome) I came to terms with the fact that the dialog had to be a fixed distance from the edge of the viewport in order to keep things simple and look good in any size browser and during a resize. It essentially looks like the code below. Setting overflow: visible; on the dialog allows drop-downs to extend beyond it (to the edge of the viewport). The body section is scrollable and is at an absolutely positioned height starting where the header leaves off and ending where the footer begins. Apply the css class 'visible' to the overlay and dialog to show them.
|
Looks like this was dropped in the transition from 0.5 to 1.0. |
Hi Polymer team.
Issue #26 (When used in a small dialog, dropdown doesnt layer outside the dialog.) was closed but I don't see any fix applied. The closure statement says that a 'layered' property will be available in the "next release", but it's nearly a year later and I don't see it.
I have a dialog of my own, and paper-dropdown-menu content is always truncated if it's taller than the height of my dialog. Either it should overlay the dialog, ending at the bottom of the viewport, or end at the bottom of the the dialog.
Thanks,
-Becky
The text was updated successfully, but these errors were encountered: