Unstyled BlockUI update

This commit is contained in:
Tuğçe Küçükoğlu 2023-08-03 10:54:11 +03:00
parent 445776316e
commit fe0cc70737
2 changed files with 7 additions and 8 deletions

View file

@ -7,14 +7,6 @@ const styles = `
position: relative;
}
.p-blockui {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.p-blockui.p-component-overlay {
position: absolute;
}