Skip to content
This repository has been archived by the owner on Oct 6, 2021. It is now read-only.

Modal backdrop #28

Closed
wants to merge 4 commits into from
Closed

Conversation

JoesonChiang
Copy link
Contributor

When the explorer is opened, there is no backdrop that would bring emphasize to the explorer modal. Therefore, I added a modal backdrop to the file-explorer.


var body = document.getElementsByTagName("body")[0];
body.appendChild(frame);
bodyOverflow = body.style.overflow;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd move this to line 348.

@vinodc
Copy link
Member

vinodc commented May 2, 2015

Looks good. Merged in 57f43ab

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants