From 0c6cf84274be9342a205c90285e6057e1d0fe77c Mon Sep 17 00:00:00 2001 From: Calixte Denizet Date: Thu, 21 Aug 2025 09:10:57 +0200 Subject: [PATCH] [Editor] Make sure the resizers are on top of the editor content --- web/annotation_editor_layer_builder.css | 1 + 1 file changed, 1 insertion(+) diff --git a/web/annotation_editor_layer_builder.css b/web/annotation_editor_layer_builder.css index f0a76e934..ce13d8022 100644 --- a/web/annotation_editor_layer_builder.css +++ b/web/annotation_editor_layer_builder.css @@ -618,6 +618,7 @@ & > .resizers { position: absolute; inset: 0; + z-index: 1; &.hidden { display: none;