mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +00:00
Update !important from component CSS
This commit is contained in:
parent
898088f455
commit
6c3ea8557d
19 changed files with 34 additions and 34 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue