From da21f2e50c03f0274554f4b5e7945a9874e70da0 Mon Sep 17 00:00:00 2001 From: Lev Chelyadinov Date: Sun, 22 Sep 2024 20:02:39 +0200 Subject: [PATCH] Fix overlap with back to top button --- src/app/index.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/app/index.scss b/src/app/index.scss index 97e33a53c2..ca9a8ba65c 100644 --- a/src/app/index.scss +++ b/src/app/index.scss @@ -31,3 +31,8 @@ h6 { border-radius: var(--ifm-button-border-radius) !important; } } + +.theme-back-to-top-button { + // The PushFeedback button is positioned in the same place, so we need to move the "back to top" button higher + bottom: 3.5rem; +}