loading screen
parent
7ff63fae17
commit
fbd86e37a6
|
@ -17,6 +17,11 @@
|
|||
opacity: 1;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
#loading-screen.hidden {
|
||||
opacity: 0;
|
||||
pointer-events: none;
|
||||
}
|
||||
</style>
|
||||
|
||||
<script>
|
||||
|
|
Loading…
Reference in New Issue