fixed modal issue

This commit is contained in:
marvzhang
2020-02-13 17:23:31 +08:00
parent 960886db1d
commit 60c8c4dcb4

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;