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

This commit is contained in:
Paul Armstrong
2021-02-07 11:54:30 -06:00
committed by Blake Blackshear
parent c8ff613be4
commit 0f95399bfa
2 changed files with 16 additions and 6 deletions
+2 -2
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>