Merge pull request #555 from crawlab-team/develop

fixed modal issue
This commit is contained in:
Marvin Zhang
2020-02-13 17:33:28 +08:00
committed by GitHub

View File

@@ -10,15 +10,6 @@
<!-- Place this tag in your head or just before your close body tag. -->
<script async defer src="https://buttons.github.io/buttons.js"></script>
<style>
#app {
position: fixed;
z-index: 999;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
}
#loading-placeholder {
position: fixed;
z-index: -1;