Skip to content

Commit

Permalink
Fix #9734 dashboard querypanel z_index (#9741) (#9758)
Browse files Browse the repository at this point in the history
  • Loading branch information
MV88 authored Nov 27, 2023
1 parent 4f2e7e9 commit 14660a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/client/plugins/QueryPanel.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ class QueryPanel extends React.Component {
styles={{
sidebar: {
...this.props.layout,
zIndex: 1024,
zIndex: 1044,
width: 600
},
overlay: {
Expand Down

0 comments on commit 14660a1

Please sign in to comment.