diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2026-04-27 13:08:14 -0300 |
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2026-04-27 13:08:14 -0300 |
| commit | 7d0450e3a794b37765d4b348257d2e5e65981ad3 (patch) | |
| tree | d20f6cc45e2b3fb19ed59b8e1619107b138e5e59 /src | |
| parent | e5b4d31317877fe9282e82259782217a994c5718 (diff) | |
client: rectangles: WikiRect.display: high z-index preview
Diffstat (limited to 'src')
| -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; |