Skip to content

Commit 8af460d

Browse files
authored
fix(modal): add expandToScroll property to ModalOptions
1 parent 44efdb0 commit 8af460d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/components/modal/modal-interface.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export interface ModalOptions<T extends ComponentRef = ComponentRef> {
2525
backdropBreakpoint?: number;
2626
handle?: boolean;
2727
handleBehavior?: ModalHandleBehavior;
28+
expandToScroll?: boolean;
2829
}
2930

3031
export interface ModalAnimationOptions {

0 commit comments

Comments
 (0)