googlearchive / core-overlay

A custom element that renders on top of other content.
6 stars 20 forks source link

_shouldPosition needs to be published?! #27

Open BerndWessels opened 10 years ago

BerndWessels commented 10 years ago

Hi I am trying to open a core-dropdown below the trigger element. The doc says that this can be achived via css. But the _shouldPosition is always true so my custom css positioning is overwritten.

I see 2 ways to solve this

  1. make _shouldPosition a published property so that the user can indicate that there is custom css.
  2. add the ability to core-dropdown and others to open below the trigger element, not just only on top of it (which is a very strange thing to do anyway).

Cheers Bernd