Skip to content

Commit ab2693a

Browse files
author
Constance
authored
[EuiAccordion] Remove will-change CSS (#6235)
* [REVERT ME] test datagrid full screen bug when nested within accordion * [EuiAccordion] Remove `will-change` CSS * changelog * [PR feedback] typo * Revert "[REVERT ME] test datagrid full screen bug when nested within accordion" This reverts commit 052e679.
1 parent f4e6cde commit ab2693a

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/components/accordion/accordion.styles.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ export const euiAccordionChildWrapperStyles = ({ euiTheme }: UseEuiTheme) => ({
7979
${euiTheme.animation.resistance},
8080
opacity ${euiTheme.animation.normal} ${euiTheme.animation.resistance};
8181
visibility: hidden;
82-
will-change: opacity, visibility, ${logicals.height};
8382
8483
&:focus {
8584
outline: none; // Hide focus ring because of tabindex=-1 on Safari

upcoming_changelogs/6235.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
**Bug fixes**
2+
3+
- Fixed `EuiDataGrid`'s broken fullscreen mode when nested within an `EuiAccordion`

0 commit comments

Comments
 (0)