Skip to content

Commit

Permalink
fix(workbench): do not display backdrop when opening the view list menu
Browse files Browse the repository at this point in the history
danielwiehl authored and Marcarrian committed Sep 14, 2022

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent 0102e56 commit d80582f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -44,7 +44,7 @@ export class ViewListButtonComponent {
const config = new OverlayConfig({
scrollStrategy: this._overlay.scrollStrategies.noop(),
hasBackdrop: true,
backdropClass: undefined,
backdropClass: 'cdk-overlay-transparent-backdrop',
disposeOnNavigation: true,
positionStrategy: this._overlay.position()
.flexibleConnectedTo(this._host)

0 comments on commit d80582f

Please sign in to comment.