diff options
Diffstat (limited to 'src/static/js/rectangles.js')
| -rw-r--r-- | src/static/js/rectangles.js | 1 |
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; |