Prevent double tap to zoom on touch screens

This commit is contained in:
Igor Zinken
2021-01-22 09:50:00 +01:00
parent df0e016a1b
commit 6aa62b968c

View File

@@ -251,6 +251,8 @@ html, body {
background-image: linear-gradient(to bottom, #282828 35%, #383838 90%);
height: 100%;
@include noSelect();
// prevent double tap to zoom
touch-action: manipulation;
.main {
@include boxSize();