From 14660a1f29d6f38368e87e7c4dd2d801a702f17d Mon Sep 17 00:00:00 2001 From: Matteo V Date: Mon, 27 Nov 2023 18:03:30 +0100 Subject: [PATCH] Fix #9734 dashboard querypanel z_index (#9741) (#9758) --- web/client/plugins/QueryPanel.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/client/plugins/QueryPanel.jsx b/web/client/plugins/QueryPanel.jsx index c1f323b393..966468e590 100644 --- a/web/client/plugins/QueryPanel.jsx +++ b/web/client/plugins/QueryPanel.jsx @@ -298,7 +298,7 @@ class QueryPanel extends React.Component { styles={{ sidebar: { ...this.props.layout, - zIndex: 1024, + zIndex: 1044, width: 600 }, overlay: {