From 0a67745b85bb053187744261d7ced505c232054f Mon Sep 17 00:00:00 2001 From: mARTin-B78 Date: Wed, 13 May 2026 00:49:02 +0200 Subject: [PATCH] Raise resize handle stacking --- src/app/globals.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/globals.css b/src/app/globals.css index 255a5aa..8a2352b 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -3281,7 +3281,7 @@ h3 { user-select: none; touch-action: none; position: relative; - z-index: 30; + z-index: 50; flex-shrink: 0; overflow: visible; background-color: #ddd;