loading screen

main
alexanderroese 2024-06-22 12:46:19 +02:00
parent b634cdb3c1
commit c39e88fe25
1 changed files with 2 additions and 1 deletions

View File

@ -5,13 +5,14 @@
{% elsif content_type == 'head' %}
<style>
#loading-screen {
display: block;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: white;
z-index: 9999;
z-index: 99999;
transition: opacity 0.5s ease;
opacity: 1;
pointer-events: none;