Fix
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-05-09 17:27:31 +00:00
parent bd1fb6c500
commit fd6d134fbf
2 changed files with 15 additions and 8 deletions

View File

@@ -39,4 +39,8 @@
.md-header,
.md-tabs {
transition: transform 0.3s ease;
}
}
#scrollButton {
transition: opacity 0.3s ease;
}