Fix hover.

This commit is contained in:
Michael Lipp 2024-06-26 21:43:28 +02:00
parent 1fe7960d24
commit 6852c575ae

View file

@ -72,6 +72,7 @@
position: absolute; position: absolute;
animation: spin 2s linear infinite; animation: spin 2s linear infinite;
z-index: 100; z-index: 100;
pointer-events: none;
} }
} }