mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #4463 - Dialog: new blockScroll property
This commit is contained in:
parent
aa34254aa7
commit
d9aeaec5e7
4 changed files with 17 additions and 2 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue