added automatic scrolling

This commit is contained in:
2026-05-02 23:05:50 +02:00
parent 8c49ac0066
commit b423885c55
4 changed files with 34 additions and 11 deletions
+2
View File
@@ -13,11 +13,13 @@
.custom-button:hover {
border-color: white;
color: white;
}
.custom-button.inactive {
opacity: 0.3;
cursor: default;
color: black;
}
.custom-button.inactive:hover {