mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Fixed #5727 - Removed utility classes
This commit is contained in:
parent
caa55a3f9f
commit
45c4fe79bb
32 changed files with 93 additions and 175 deletions
|
@ -9,11 +9,11 @@ const theme = ({ dt }) => `
|
|||
border-radius: ${dt('blockui.border.radius')};
|
||||
}
|
||||
|
||||
.p-blockui-mask.p-component-overlay {
|
||||
.p-blockui-mask.p-overlay-mask {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.p-blockui-mask-document.p-component-overlay {
|
||||
.p-blockui-mask-document.p-overlay-mask {
|
||||
position: fixed;
|
||||
}
|
||||
`;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue