fix position of sticky table header when titlebar present

This commit is contained in:
jeffvli 2025-05-06 03:27:30 -07:00
parent b265f2817b
commit 35ee7e4606
2 changed files with 6 additions and 2 deletions

View file

@ -10,6 +10,10 @@
transition: position 0.2s ease-in-out;
}
.ag-header-window-bar {
top: 95px;
}
.ag-header {
z-index: 5;
}