Merge branch 'master' of https://github.com/primefaces/primevue
commit
0f69f7cb3a
|
@ -98,10 +98,8 @@ export default {
|
||||||
this.focus();
|
this.focus();
|
||||||
this.enableModality();
|
this.enableModality();
|
||||||
},
|
},
|
||||||
onLeave(el, done) {
|
onLeave() {
|
||||||
this.$emit('hide');
|
this.$emit('hide');
|
||||||
|
|
||||||
done();
|
|
||||||
},
|
},
|
||||||
onAfterLeave() {
|
onAfterLeave() {
|
||||||
this.maskVisible = false;
|
this.maskVisible = false;
|
||||||
|
@ -218,6 +216,7 @@ export default {
|
||||||
max-height: 90%;
|
max-height: 90%;
|
||||||
margin: 5% auto;
|
margin: 5% auto;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
transform: scale(1);
|
||||||
}
|
}
|
||||||
.p-dialog .p-dialog-titlebar {
|
.p-dialog .p-dialog-titlebar {
|
||||||
padding: .5em .75em;
|
padding: .5em .75em;
|
||||||
|
|
Loading…
Reference in New Issue