Don't zoom when double click on button component

This commit is contained in:
natsoni
2025-04-14 16:00:54 +02:00
parent eb4d2f5732
commit 67514fe1ab

View File

@@ -1408,3 +1408,7 @@ a {
.btn-small-height {
line-height: 1;
}
button {
touch-action: manipulation;
}