change overlay cursor z index

This commit is contained in:
Spedon
2023-03-28 18:56:17 +08:00
parent 5e311692f4
commit 448710a77d

View File

@@ -36,7 +36,7 @@ const disableListener = (): void => {
// enable overlay
export const overlayEnable = (): void => {
// show the overlay components
overlayCursor.style.zIndex = '100'
overlayCursor.style.zIndex = '21'
// set overlay event listeners
setListener()
}