Skip to content

Commit ecc269b

Browse files
committedFeb 16, 2024
Keep spinner visible above OpenGL window
1 parent 59c2d11 commit ecc269b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎index.css

+1
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ div#sqSpinner {
9696
box-shadow: 0 0 5px 5px #F90;
9797
display: none;
9898
transform: rotate(30deg);
99+
z-index: 100;
99100
}
100101
div#sqSpinner > div {
101102
position: absolute;

0 commit comments

Comments
 (0)
Please sign in to comment.