From f251d6990f01d10f69c5635183857c653ed87e03 Mon Sep 17 00:00:00 2001 From: Cesar Ferreyra-Mansilla Date: Fri, 19 Jul 2024 14:25:48 -0400 Subject: [PATCH] fix: bootstrap adding padding to move-to-top button --- src/App.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/App.css b/src/App.css index 5e882ddb..b714c565 100644 --- a/src/App.css +++ b/src/App.css @@ -493,6 +493,8 @@ a:hover { z-index: 998; opacity: 0.5; border: none; + background: none; + padding: 0px; } .move-to-top-btn:hover {