Fixed #4463 - Dialog: new blockScroll property

This commit is contained in:
Tuğçe Küçükoğlu 2023-09-18 12:14:52 +03:00
parent aa34254aa7
commit d9aeaec5e7
4 changed files with 17 additions and 2 deletions

View file

@ -71,6 +71,12 @@ const DialogProps = [
default: 'true',
description: 'Whether to show the header or not.'
},
{
name: 'blockScroll',
type: 'boolean',
default: 'false',
description: 'Whether background scroll should be blocked when dialog is visible.'
},
{
name: 'baseZIndex',
type: 'number',