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.
This commit is contained in:
Penar Musaraj 2022-03-09 18:24:11 +01:00 committed by GitHub
parent 098d05f3d5
commit da0f76b65c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -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