Attempt to fix empty space at the end of a thread

This commit is contained in:
Bojan Mojsilovic 2023-12-27 17:43:55 +01:00
parent 154e9679b7
commit a5a7359423

View File

@ -124,7 +124,7 @@ const Thread: Component = () => {
scrollWindowTo(rect.top - header - banner); scrollWindowTo(rect.top - header - banner);
repliesHolder.setAttribute('style', `height: ${document.documentElement.scrollHeight}px;`) // repliesHolder.setAttribute('style', `height: ${document.documentElement.scrollHeight}px;`)
}, 0) }, 0)
} }
}); });