loading screen
parent
b634cdb3c1
commit
c39e88fe25
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue