Add prop to force transparent grid header

This commit is contained in:
jeffvli 2023-01-08 20:47:05 -08:00
parent d58ba92cbd
commit b4e9f48667
2 changed files with 25 additions and 7 deletions

View file

@ -10,6 +10,10 @@
transition: position 0.2s ease-in-out;
}
.ag-header-transparent {
--ag-header-background-color: rgba(0, 0, 0, 0%) !important;
}
.ag-header-fixed-margin {
margin-top: 43px !important;
}