Increase scroll to margin for thread note

This commit is contained in:
Bojan Mojsilovic 2024-02-08 13:37:01 +01:00
parent dd64c2c45a
commit 7b42a19ee5

View File

@ -115,7 +115,7 @@ const Thread: Component = () => {
if (!pn) return;
setTimeout(() => {
const threadHeader = 72;
const threadHeader = 80;
const iOSBanner = 54;
const rect = pn.getBoundingClientRect();