commit: f5fbf9af6420c59957530047a62c72dd80b7a462
parent ab90dc9fb1785d237be5fa3ff207056d7935ddaf
Author: Henry Jameson <me@hjkos.com>
Date: Wed, 28 Aug 2024 23:54:46 +0300
fix nested panel headers
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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;
}