From 0ed609c8ced781b4f68fa13df6e396eb8ab5f4b5 Mon Sep 17 00:00:00 2001 From: Kibi Kelburton Date: Tue, 26 May 2026 14:12:30 +0200 Subject: [PATCH] legacy layout scrollbutton fix --- public/s/css/f0ckm.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/s/css/f0ckm.css b/public/s/css/f0ckm.css index 5a873f3..8296465 100644 --- a/public/s/css/f0ckm.css +++ b/public/s/css/f0ckm.css @@ -2563,7 +2563,7 @@ body.layout-legacy .comments-list { body.layout-legacy .scroll-nav-wrapper { position: absolute; - top: -30px; + top: -75px; bottom: 0; right: -50px; width: 40px;