Fixed #179 - Dialog header not visible
parent
4adc6a393d
commit
20209b8a06
|
@ -217,11 +217,12 @@ export default {
|
||||||
pointer-events: auto;
|
pointer-events: auto;
|
||||||
}
|
}
|
||||||
.p-dialog {
|
.p-dialog {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
pointer-events: auto;
|
pointer-events: auto;
|
||||||
max-height: 90%;
|
max-height: 90%;
|
||||||
margin: 5% auto;
|
margin: 5% auto;
|
||||||
overflow-y: auto;
|
|
||||||
transform: scale(1);
|
transform: scale(1);
|
||||||
}
|
}
|
||||||
.p-dialog .p-dialog-titlebar {
|
.p-dialog .p-dialog-titlebar {
|
||||||
|
@ -235,6 +236,7 @@ export default {
|
||||||
padding: .5em .75em;
|
padding: .5em .75em;
|
||||||
background: none;
|
background: none;
|
||||||
zoom: 1;
|
zoom: 1;
|
||||||
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
.p-dialog-resizable .p-dialog-content {
|
.p-dialog-resizable .p-dialog-content {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
|
Loading…
Reference in New Issue