forked from Github/frigate
fix(web): relative modal height, top position, and z-indexing
This commit is contained in:
committed by
Blake Blackshear
parent
c89e1a5735
commit
188eb6b9ea
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user