loading screen

main
alexanderroese 2024-06-22 12:50:34 +02:00
parent 7ff63fae17
commit fbd86e37a6
1 changed files with 5 additions and 0 deletions

View File

@ -17,6 +17,11 @@
opacity: 1;
pointer-events: none;
}
#loading-screen.hidden {
opacity: 0;
pointer-events: none;
}
</style>
<script>