Merge pull request #4638 from FlipWarthog/no-important

Fix #4637 - Component Styles: Remove use of !important now that @layer is used
This commit is contained in:
Tuğçe Küçükoğlu 2023-12-21 10:39:01 +03:00 committed by GitHub
commit 84f735ef77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 29 additions and 29 deletions

View file

@ -98,7 +98,7 @@ const css = `
.p-datatable .p-column-resizer {
display: block;
position: absolute !important;
position: absolute;
top: 0;
right: 0;
margin: 0;
@ -230,7 +230,7 @@ const css = `
}
.p-datatable .p-virtualscroller .p-virtualscroller-loading {
transform: none !important;
transform: none;
min-height: 0;
position: sticky;
top: 0;