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

Commits on May 14, 2017

  1. Add support for an overlayPosition property which supports values o…

    …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 committed May 14, 2017
    Configuration menu
    Copy the full SHA
    615a2ca View commit details
    Browse the repository at this point in the history