Skip to content

docs(material/bottom-sheet): clarify panelClass target#33222

Open
mike-lmctl wants to merge 1 commit intoangular:mainfrom
mike-lmctl:docs-bottom-sheet-panel-class-overlay-pane
Open

docs(material/bottom-sheet): clarify panelClass target#33222
mike-lmctl wants to merge 1 commit intoangular:mainfrom
mike-lmctl:docs-bottom-sheet-panel-class-overlay-pane

Conversation

@mike-lmctl
Copy link
Copy Markdown

Fixes #33103.

MatBottomSheetConfig.panelClass is forwarded through CDK Dialog/Overlay, where it applies to the overlay pane. This updates the config comment so the API docs describe the current behavior instead of saying the class is added to the bottom sheet container.

Tested:

  • git diff --check -- src/material/bottom-sheet/bottom-sheet-config.ts

The bottom sheet config is passed through to CDK Dialog and Overlay,
where panelClass is applied to the overlay pane. Update the config
comment so the generated API docs match the current behavior.

Related: angular#33103
Tested: git diff --check -- src/material/bottom-sheet/bottom-sheet-config.ts
@pullapprove pullapprove Bot requested review from andrewseguin and crisbeto May 7, 2026 06:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug(bottom-sheet): panelClass mentions to be added to the bottom sheet container, which is not happening

1 participant