Disable zooming for mobile on button double tap

This commit is contained in:
mrkeuz 2021-11-01 11:00:18 +03:00
parent 1ec541d78c
commit 44b8dc99c0
2 changed files with 3 additions and 2 deletions

View file

@ -52,6 +52,7 @@ button {
color: white;
font-family: "icon";
overflow: hidden;
touch-action: manipulation;
}
button:focus {