Improved size and position of back to top button to avoid overlapping with buttons, etc.

This should fix issue #737
This commit is contained in:
Jan Böhmer 2024-11-03 23:58:06 +01:00
parent 484ba5ebd7
commit 2575e6a160
2 changed files with 3 additions and 3 deletions

View file

@ -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;
}