Add CSS rule touch-action: manipulation to ability selector (#2376)

This commit is contained in:
Zimo Li 2025-06-08 02:20:04 -04:00 committed by GitHub
parent f156083270
commit f6f066ac8a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1219,6 +1219,7 @@ abbr[title] {
flex-wrap: wrap;
justify-content: center;
gap: var(--s-1);
touch-action: manipulation;
}
.ability-selector__ability-button {