修改前
.back-to-top { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 50%; background: #0c7656; color: white; text-decoration: none; }
修改後
.back-to-top { position: fixed; z-index: 3; right: 24px; bottom: 24px; display: grid; width: 52px; height: 52px; place-items: center; border-radius: 50%; background: #0c7656; color: white; text-decoration: none; }