Skip to content

Commit 8923fbf

Browse files
committed
fix: remove the container CSS property from EuiFlyout root element
1 parent e25fe13 commit 8923fbf

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

packages/eui/src/components/flyout/flyout.styles.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ import {
2424
} from '../../global_styling';
2525
import { UseEuiTheme } from '../../services';
2626
import { euiFormMaxWidth } from '../form/form.styles';
27-
import { euiContainer } from '../../global_styling/mixins/_container_query';
2827

2928
export const EUI_FLYOUT_CONTAINER_NAME = 'euiFlyout' as const;
3029

@@ -80,7 +79,6 @@ export const euiFlyoutStyles = (euiThemeContext: UseEuiTheme) => {
8079
return {
8180
euiFlyout: css`
8281
position: fixed;
83-
${euiContainer('inline-size', EUI_FLYOUT_CONTAINER_NAME)}
8482
${logicalCSS('bottom', 0)}
8583
${logicalCSS('top', 'var(--euiFixedHeadersOffset, 0)')}
8684
${logicalCSS('height', 'inherit')}

0 commit comments

Comments
 (0)