From 7d0450e3a794b37765d4b348257d2e5e65981ad3 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Mon, 27 Apr 2026 13:08:14 -0300 Subject: client: rectangles: WikiRect.display: high z-index --- src/static/js/rectangles.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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; -- cgit 1.3.0-6-gf8a5