From 6131914b51d6acdcfa0fe25252879d682f3bd105 Mon Sep 17 00:00:00 2001 From: Giovanni-Josserand Date: Wed, 10 Dec 2025 16:41:46 +0100 Subject: [PATCH] change z-index --- src/components/ToolBar/ToolBar.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/ToolBar/ToolBar.module.css b/src/components/ToolBar/ToolBar.module.css index 1d86e23..4244069 100644 --- a/src/components/ToolBar/ToolBar.module.css +++ b/src/components/ToolBar/ToolBar.module.css @@ -9,6 +9,7 @@ width: fit-content; height: fit-content; gap: 1rem; + z-index: 4; }