diff options
| author | Henry Jameson <me@hjkos.com> | 2024-08-28 23:54:46 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2024-08-28 23:54:46 +0300 |
| commit | f5fbf9af6420c59957530047a62c72dd80b7a462 (patch) | |
| tree | c00f34e6ec47c89ed1ae8f1926fb9366f43423d7 | |
| parent | ab90dc9fb1785d237be5fa3ff207056d7935ddaf (diff) | |
fix nested panel headers
| -rw-r--r-- | src/components/timeline/timeline.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/timeline/timeline.scss b/src/components/timeline/timeline.scss index 0fc0d979..2dd66328 100644 --- a/src/components/timeline/timeline.scss +++ b/src/components/timeline/timeline.scss @@ -26,7 +26,7 @@ } .conversation-heading { - top: calc(var(--__panel-heading-height) * var(--currentPanelStack, 2)); + top: calc(var(--__panel-heading-height) * var(--currentPanelStack, 1) + var(--navbar-height)); z-index: 2; } |
