From cc1e3c6792747553cb1b2aa55a2a9077e3eefa2d Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Mon, 9 May 2022 23:14:58 +0300 Subject: fix incorrect sticking in user profile page --- src/components/timeline/timeline.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/timeline') 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; } -- cgit v1.2.3-70-g09d2