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