mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +00:00
Unstyled BlockUI update
This commit is contained in:
parent
445776316e
commit
fe0cc70737
2 changed files with 7 additions and 8 deletions
|
@ -43,6 +43,13 @@ export default {
|
|||
} else {
|
||||
this.mask = document.createElement('div');
|
||||
!this.isUnstyled && this.mask.setAttribute('class', styleClass);
|
||||
DomHandler.addStyles(this.mask, {
|
||||
position: 'absolute',
|
||||
top: '0',
|
||||
left: '0',
|
||||
width: '100%',
|
||||
height: '100%'
|
||||
});
|
||||
this.$refs.container.appendChild(this.mask);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue