1
0
forked from noxious/client

Fixed issue safari positioning

This commit is contained in:
Colin Kallemein 2024-06-23 17:11:47 +02:00
parent 8896624e03
commit e524d1d1f9

View File

@ -121,7 +121,7 @@ function toTop() {
} }
button.back-to-top { button.back-to-top {
position: fixed; position: absolute;
left: calc(50% - 60px); left: calc(50% - 60px);
bottom: 10px; bottom: 10px;
min-width: unset; min-width: unset;