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:
parent
098d05f3d5
commit
da0f76b65c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue