From 7c7181ce1f5f87cffbcabcc769fdc17a177504b7 Mon Sep 17 00:00:00 2001 From: moklick Date: Mon, 26 Sep 2022 11:40:58 +0200 Subject: [PATCH] style(panel): set zindex 5 --- packages/core/src/styles/init.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/src/styles/init.css b/packages/core/src/styles/init.css index df7e6871..c8ab7bfe 100644 --- a/packages/core/src/styles/init.css +++ b/packages/core/src/styles/init.css @@ -173,7 +173,7 @@ .react-flow__panel { position: absolute; - z-index: 1000; + z-index: 5; margin: 15px; &.top {