Fixed overlay issues
parent
47afb5544f
commit
5ef93ee67c
|
@ -1959,7 +1959,7 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Loader */
|
/* Loader */
|
||||||
.p-datatable-loading-overlay {
|
.p-datatable .p-datatable-loading-overlay {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
|
@ -143,7 +143,7 @@ export default {
|
||||||
|
|
||||||
.p-sidebar-mask {
|
.p-sidebar-mask {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
transition: background-color;
|
transition-property: background-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-sidebar-mask-leave.p-component-overlay {
|
.p-sidebar-mask-leave.p-component-overlay {
|
||||||
|
|
Loading…
Reference in New Issue