Skip to content

Commit

Permalink
fix(fix index html style): fix index html style
Browse files Browse the repository at this point in the history
fix index html style
  • Loading branch information
Manor committed Dec 31, 2019
1 parent 9d4226c commit 65f7069
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@

</head>
<body>
<div id="root" style="position: relative; z-index:1"></div>
<div id="root" style="position: relative; z-index:1; height: 100vh; overflow: hidden;"></div>
</body>
</html>
</html>

0 comments on commit 65f7069

Please sign in to comment.