« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/static/js/rectangles.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/static/js/rectangles.js')
-rw-r--r--src/static/js/rectangles.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/static/js/rectangles.js b/src/static/js/rectangles.js
index 428eebba..dc053541 100644
--- a/src/static/js/rectangles.js
+++ b/src/static/js/rectangles.js
@@ -527,6 +527,7 @@ export class WikiRect extends DOMRect {
       width: this.width + 'px',
       height: this.height + 'px',
       pointerEvents: 'none',
+      zIndex: '9999999',
     });
 
     let i = 0;