aboutsummaryrefslogtreecommitdiff
path: root/src/components/timeline
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2022-05-09 23:14:58 +0300
committerHenry Jameson <me@hjkos.com>2022-05-09 23:14:58 +0300
commitcc1e3c6792747553cb1b2aa55a2a9077e3eefa2d (patch)
tree17de7dfe91ae2f94e3b3c3946abb84765755f1f8 /src/components/timeline
parentfb70ea3b9510e579d5b596883a546a28a7dc297c (diff)
fix incorrect sticking in user profile page
Diffstat (limited to 'src/components/timeline')
-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 bed2a175..c7ea0dff 100644
--- a/src/components/timeline/timeline.scss
+++ b/src/components/timeline/timeline.scss
@@ -10,7 +10,7 @@
}
.conversation-heading {
- top: calc(var(--__panel-heading-height) * 2);
+ top: calc(var(--__panel-heading-height) * var(--currentPanelStack, 2));
z-index: 1;
}