Skip to content

Commit

Permalink
chore: mark disableBodyScroll property as deprecated (#610)
Browse files Browse the repository at this point in the history
  • Loading branch information
just-boris authored Jan 4, 2023
1 parent 1dd8e74 commit 42a5d30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app-layout/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export interface AppLayoutProps extends BaseComponentProps {

/**
* Activates a backwards-compatibility mode for applications with non-fixed headers and footers.
* @deprecated This layout is being phased out and may miss some features
*/
disableBodyScroll?: boolean;

Expand Down

0 comments on commit 42a5d30

Please sign in to comment.