From 3dfadf38690ac8aceb1b74f07b14565249e545ac Mon Sep 17 00:00:00 2001 From: MathMan05 Date: Sat, 18 Apr 2026 21:30:08 -0500 Subject: [PATCH] correct the z-index --- src/webpage/markdown.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/webpage/markdown.ts b/src/webpage/markdown.ts index 5087b82..dad46bc 100644 --- a/src/webpage/markdown.ts +++ b/src/webpage/markdown.ts @@ -1256,6 +1256,7 @@ class MarkDown { this.saveTrusted(); }); full.show(); + full.background.deref()!.style.zIndex = "300"; } }; } else {