From 3f4f3b63574726ea98861cfea0dd830bedbfb0ac Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Wed, 25 Sep 2024 11:40:31 +0800 Subject: chore(CSS): improve looking --- src/Layout.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Layout.mjs') diff --git a/src/Layout.mjs b/src/Layout.mjs index 53b81fe..abefd4d 100644 --- a/src/Layout.mjs +++ b/src/Layout.mjs @@ -65,7 +65,7 @@ export class Overlay extends Layout { element.onmouseover = () => { popTimer = setTimeout(() => { siblings.forEach(e => e.style.removeProperty('z-index')) - element.style.zIndex = '9000' + element.style.zIndex = '9001' }, 200) } element.onmouseout = () => { -- cgit v1.2.3-70-g09d2