aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2024-08-28 23:54:46 +0300
committerHenry Jameson <me@hjkos.com>2024-08-28 23:54:46 +0300
commitf5fbf9af6420c59957530047a62c72dd80b7a462 (patch)
treec00f34e6ec47c89ed1ae8f1926fb9366f43423d7 /src
parentab90dc9fb1785d237be5fa3ff207056d7935ddaf (diff)
fix nested panel headers
Diffstat (limited to 'src')
-rw-r--r--src/components/timeline/timeline.scss2
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;
}