Skip to content

Commit

Permalink
Gave the fullscreen loading overlay a high z-index.
Browse files Browse the repository at this point in the history
  • Loading branch information
timlg07 committed Mar 18, 2021
1 parent f244d82 commit 82e83b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion loadingAnimation/wholePage/loading.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.loader-fullscreen-wrapper {
position : fixed;
position: fixed;
z-index : 10000;
top : 0 ;
bottom: 0 ;
left : 0 ;
Expand Down

0 comments on commit 82e83b7

Please sign in to comment.