mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-02 02:43:33 +00:00
Add prop to force transparent grid header
This commit is contained in:
parent
d58ba92cbd
commit
b4e9f48667
2 changed files with 25 additions and 7 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue