From 581332c00158d41c302c5a4de9853822ea2c4af1 Mon Sep 17 00:00:00 2001 From: Kris Date: Wed, 4 Jun 2025 14:55:02 -0400 Subject: [PATCH] UX: fix mobile timeline in PWA (#174) --- scss/topic.scss | 8 -------- 1 file changed, 8 deletions(-) diff --git a/scss/topic.scss b/scss/topic.scss index a7e7caa..99a1896 100644 --- a/scss/topic.scss +++ b/scss/topic.scss @@ -6,14 +6,6 @@ } } -.container.posts .topic-navigation:not(.with-topic-progress) { - // super fragile because new sticky topic title doesn't have a calculated value (= 53px with this font and size but…) - top: calc( - var(--header-offset, 60px) + 53px + calc(var(--spacing-block-l) * 2) - ); - z-index: 300; -} - .timeline-container .topic-timeline { min-width: unset; // why we have this?