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
|
@ -247,6 +247,10 @@ export default {
|
|||
type: Boolean,
|
||||
default: true
|
||||
},
|
||||
blockScroll: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
},
|
||||
baseZIndex: {
|
||||
type: Number,
|
||||
default: 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue