Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.
This repository was archived by the owner on May 29, 2019. It is now read-only.

Dialog backdrop template #295

@basham

Description

@basham

I'm wanting to implement modal behavior similar to http://pinterest.com, in which the rest of the app freezes in place and the modal becomes scrollable. However, I've yet to be able to fully duplicate the behavior given the scripted markup of the Dialog Provider.

<div class="modal"></div>
<div class="modal-backdrop"></div>

Could this markup be abstracted into a backdrop.html template? In such case, this is how I'd restructure the template for myself:

<div class="modal-backdrop">
  <div class="modal"></div>
</div>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions