fix(web): relative modal height, top position, and z-indexing

This commit is contained in:
Paul Armstrong
2021-02-05 15:46:17 -08:00
committed by Blake Blackshear
parent c89e1a5735
commit 188eb6b9ea
2 changed files with 16 additions and 6 deletions

View File

@@ -14,8 +14,8 @@
<meta name="theme-color" content="#ff0000" />
</head>
<body>
<div id="root"></div>
<div id="menus"></div>
<div id="root" class="z-0"></div>
<div id="menus" class="z-0"></div>
<noscript>You need to enable JavaScript to run this app.</noscript>
<script type="module" src="/dist/index.js"></script>
</body>