Skip to content

Commit

Permalink
fix(firefox-panel-hidden): add position absolute (#928)
Browse files Browse the repository at this point in the history
  • Loading branch information
svennergr authored Nov 29, 2024
1 parent 36186cd commit 9bf13db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Components/Panels/PanelMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ export const getPanelWrapperStyles = (theme: GrafanaTheme2) => {
width: '100%',
height: '100%',
label: 'panel-wrapper',
position: 'absolute',
display: 'flex',

// @todo remove this wrapper and styles when core changes are introduced in ???
Expand Down

0 comments on commit 9bf13db

Please sign in to comment.