Skip to content

Commit

Permalink
Merge pull request sandflow#52 from sandflow/issue-0051-set-zIndex-on…
Browse files Browse the repository at this point in the history
…-root-container

Set zindex=0 on HTML root container
  • Loading branch information
palemieux authored May 16, 2017
2 parents b034325 + 1787a2f commit 26199a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/js/html.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
rootcontainer.style.bottom = 0;
rootcontainer.style.left = 0;
rootcontainer.style.right = 0;
rootcontainer.style.zIndex = 0;

var context = {
h: height,
Expand Down

0 comments on commit 26199a1

Please sign in to comment.