From bf8c31b185ee92bf3a81c8dccac496ffcfaf6bf7 Mon Sep 17 00:00:00 2001 From: Matteo V Date: Mon, 27 Nov 2023 12:09:37 +0100 Subject: [PATCH] Fix #9734 dashboard querypanel z_index (#9741) --- 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: {