diff options
Diffstat (limited to 'src/Layout.mjs')
-rw-r--r-- | src/Layout.mjs | 2 |
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 = () => { |