Skip to content

Commit

Permalink
Fix #9734 dashboard querypanel z_index (#9741) (#9757)
Browse files Browse the repository at this point in the history
  • Loading branch information
MV88 authored Nov 27, 2023
1 parent 6546dc1 commit b840f2a
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 b840f2a

Please sign in to comment.