aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Layout.mjs
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-09-25 11:40:31 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-09-26 19:40:48 +0800
commit3f4f3b63574726ea98861cfea0dd830bedbfb0ac (patch)
tree199321454e68a0918c1575f20148487b317e9028 /src/Layout.mjs
parent22be38a505183a5615b2934571e4c95b55c07583 (diff)
chore(CSS): improve looking
Diffstat (limited to 'src/Layout.mjs')
-rw-r--r--src/Layout.mjs2
1 files changed, 1 insertions, 1 deletions
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 {
65 element.onmouseover = () => { 65 element.onmouseover = () => {
66 popTimer = setTimeout(() => { 66 popTimer = setTimeout(() => {
67 siblings.forEach(e => e.style.removeProperty('z-index')) 67 siblings.forEach(e => e.style.removeProperty('z-index'))
68 element.style.zIndex = '9000' 68 element.style.zIndex = '9001'
69 }, 200) 69 }, 200)
70 } 70 }
71 element.onmouseout = () => { 71 element.onmouseout = () => {