Skip to content

Commit 420dd23

Browse files
committed
changelog
1 parent cc5d93c commit 420dd23

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

upcoming_changelogs/7144.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
- Fixed-positioned `EuiHeader`s now set a global CSS `--euiFixedHeadersOffset` variable, which updates dynamically based on the number of fixed headers on the page.
2+
- `EuiFlyout`s now dynamically set their position, height, and mask based on the number of fixed headers on the page.
3+
- Sticky-positioned `EuiPageSidebar`s now dynamically set their position and height based on the number of fixed headers on the page. This can still be overridden via the `sticky.offset` prop if needed.
4+
- `EuiPageTemplate` now dynamically offsets content from any fixed headers on the page. This can still be overridden via the `offset` prop if needed.
5+
6+
**Deprecations**
7+
8+
- Deprecated the Sass `euiHeaderAffordForFixed` mixin. Use the new global CSS `var(--euiFixedHeadersOffset)` variable instead.

0 commit comments

Comments
 (0)