From: Joe Workman Date: Mon, 1 Nov 2021 20:33:18 +0000 (-0700) Subject: fix: disable ios callouts when drag false X-Git-Tag: v6.7.4^2~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2fe246db0f354a511cb7a703791ed7eccdf282e;p=thirdparty%2Ffoundation%2Ffoundation-sites.git fix: disable ios callouts when drag false --- diff --git a/scss/vendor/normalize.scss b/scss/vendor/normalize.scss index 3c8ef2a6f..c27e4ee15 100644 --- a/scss/vendor/normalize.scss +++ b/scss/vendor/normalize.scss @@ -289,4 +289,10 @@ outline:none; } } + + // Disable iOS callouts when draggable is false + [draggable=false] { + -webkit-touch-callout: none; + -webkit-user-select: none; + } }