Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for an overlayPosition property which supports values of 'parent' or 'sibling' #192

Merged
merged 1 commit into from
May 15, 2017

Conversation

lukemelia
Copy link
Contributor

  • this property affects the relative DOM elements for non-tethered use cases
  • parent, the default, uses a structure of:
   wrapper
     > overlay
       > container
  • sibling, uses a structure of: wrapper > overlay > container
   wrapper
     > overlay
     > container

…f `'parent'` or `'sibling'`

- this property affects the relative DOM elements for non-tethered use cases
- `parent`, the default, uses a structure of:

```
   wrapper
     > overlay
       > container
```

- `sibling`, uses a structure of: `wrapper > overlay > container`

```
   wrapper
     > overlay
     > container
```
@lukemelia lukemelia force-pushed the feature/overlay-dom-position branch from 6e941f3 to 615a2ca Compare May 14, 2017 23:46
@lukemelia lukemelia merged commit 7640cf5 into master May 15, 2017
@lukemelia lukemelia deleted the feature/overlay-dom-position branch May 15, 2017 01:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant