From 4ff9c49eecdf74af49ed1a21fb235f29b9076b2f Mon Sep 17 00:00:00 2001 From: 221fa04732 <221fa04732@gmail.com> Date: Fri, 7 Jun 2024 09:23:12 +0530 Subject: [PATCH] bottom-to-top button alignment fixed --- assets/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/style.css b/assets/css/style.css index 451c3f22a..37ea38926 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -2877,7 +2877,7 @@ footer { #back-to-top-container { position: fixed; - top: 82%; + top: 84.1%; right: 8%; /* Changed left to right */ }