From 2575e6a1606621a3715798d97398dc0cb3b89098 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sun, 3 Nov 2024 23:58:06 +0100 Subject: [PATCH] Improved size and position of back to top button to avoid overlapping with buttons, etc. This should fix issue #737 --- assets/css/app/layout.css | 4 ++-- templates/base.html.twig | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/css/app/layout.css b/assets/css/app/layout.css index e00c823c..4be123a7 100644 --- a/assets/css/app/layout.css +++ b/assets/css/app/layout.css @@ -108,8 +108,8 @@ body { .back-to-top { cursor: pointer; position: fixed; - bottom: 20px; - right: 20px; + bottom: 60px; + right: 40px; display:none; z-index: 1030; } diff --git a/templates/base.html.twig b/templates/base.html.twig index 020047df..3b4cebba 100644 --- a/templates/base.html.twig +++ b/templates/base.html.twig @@ -111,7 +111,7 @@ {# Back to top buton #} -