From 875acffe5aa5375fcce1fb24703426ef4c443800 Mon Sep 17 00:00:00 2001 From: Santiago Cattaneo Date: Mon, 18 Apr 2022 14:54:51 -0300 Subject: [PATCH] * better mobile experience --- BlazorReorderExample/wwwroot/css/app.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/BlazorReorderExample/wwwroot/css/app.css b/BlazorReorderExample/wwwroot/css/app.css index 9cd148f..99209f4 100644 --- a/BlazorReorderExample/wwwroot/css/app.css +++ b/BlazorReorderExample/wwwroot/css/app.css @@ -4,6 +4,10 @@ html, body { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; } +body { + overscroll-behavior: none; +} + h1:focus { outline: none; }