From 09b2c7eb5f260c8f0c942bc0ffa171446da8cb7a Mon Sep 17 00:00:00 2001 From: vuonghy2442 Date: Wed, 10 Apr 2024 11:25:00 +0700 Subject: [PATCH] enable some touch action --- css/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 271f45e..24c396d 100644 --- a/css/style.css +++ b/css/style.css @@ -2,13 +2,17 @@ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; - touch-action: none; } body { font-family: Arial, Helvetica, sans-serif; } +.card, +#deal { + touch-action: none; +} + body, html { margin: 0;