Adjust sticky header to align with sidebar

This commit is contained in:
jeffvli 2023-01-08 02:18:05 -08:00
parent b5ad30a9bc
commit 3e9fb521f0
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
.ag-header-fixed {
position: fixed !important;
top: 61px;
top: 60px;
z-index: 15;
background: var(--table-header-bg) !important;
margin: 0 -2rem;