From da0f76b65c1dfd5ba75323d0e6a12062d6fce90e Mon Sep 17 00:00:00 2001 From: Penar Musaraj Date: Wed, 9 Mar 2022 18:24:11 +0100 Subject: [PATCH] FIX: Prevent jumping on scroll (#33) We previously added a reset to the topic body to fix some wrapping issues, but looks like a) the reset is no longer necessary and b) it causes jumping on scroll. So let's remove it. --- common/common.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/common/common.scss b/common/common.scss index e8d5d65..06a784d 100644 --- a/common/common.scss +++ b/common/common.scss @@ -181,10 +181,6 @@ a.d-toc-close { .container.posts .topic-navigation.with-topic-progress { align-self: start; } - - #post_1 .topic-body { - float: none; - } } // core sets first child's top margin to 0