diff --git a/src/opnsense/www/themes/opnsense/assets/stylesheets/main.scss b/src/opnsense/www/themes/opnsense/assets/stylesheets/main.scss index dff97bd52..6c0759e94 100644 --- a/src/opnsense/www/themes/opnsense/assets/stylesheets/main.scss +++ b/src/opnsense/www/themes/opnsense/assets/stylesheets/main.scss @@ -121,6 +121,7 @@ html, body{ } body{ + touch-action: manipulation; min-width: 320px; } diff --git a/src/opnsense/www/themes/opnsense/build/css/main.css b/src/opnsense/www/themes/opnsense/build/css/main.css index 4607de558..4bca6dfa1 100644 --- a/src/opnsense/www/themes/opnsense/build/css/main.css +++ b/src/opnsense/www/themes/opnsense/build/css/main.css @@ -5482,6 +5482,7 @@ html, body { font-family: 'SourceSansProRegular'; } body { + touch-action: manipulation; min-width: 320px; } .page-head {