Skip to content

Commit

Permalink
[EuiOverlayMask] Fix broken selector reference in EuiHeader mixin (#6293
Browse files Browse the repository at this point in the history
)

* Fix broken selector reference in EuiHeader mixin

* changelog
  • Loading branch information
Constance authored Oct 5, 2022
1 parent f7c05f9 commit 378b90c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/global_styling/mixins/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}
}

&:not(.euiDataGrid__restrictBody) .euiOverlayMask--belowHeader {
&:not(.euiDataGrid__restrictBody) .euiOverlayMask[data-relative-to-header='below'] {
top: #{$headerHeight};
}
}
Expand Down
3 changes: 3 additions & 0 deletions upcoming_changelogs/6293.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
**Bug fixes**

- Fixed `EuiHeader` CSS using removed `EuiOverlayMask` class modifiers

0 comments on commit 378b90c

Please sign in to comment.