Fixed overlay issues

pull/310/head
cagataycivici 2020-05-01 01:16:22 +03:00
parent 47afb5544f
commit 5ef93ee67c
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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 {