packages/components/eui-overlay/components/eui-overlay-content/eui-overlay-content.component.ts
Content component for eui-overlay that provides a structured main content area.
Serves as the primary container for overlay body content between header and footer.
Applies consistent styling, spacing, and scrolling behavior for overlay content.
Must be used as a direct child of eui-overlay to maintain proper layout structure.
<eui-overlay [isActive]="true">
<eui-overlay-content>
<p>Main content goes here</p>
</eui-overlay-content>
</eui-overlay>eui-overlay| changeDetection | ChangeDetectionStrategy.Default |
| encapsulation | ViewEncapsulation.None |
| selector | eui-overlay-content |
| template | |
HostBindings |
Accessors |
| class |
Type : string
|
| cssClasses |
getcssClasses()
|