mirror of
https://github.com/igorski/bitmappery.git
synced 2026-07-27 17:27:38 +02:00
Prevent double tap to zoom on touch screens
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user