From be6536778d36eaa223cf492d18af3d4dd9163104 Mon Sep 17 00:00:00 2001 From: zwbetz-gh Date: Mon, 19 Sep 2022 21:24:23 -0500 Subject: overscroll-behavior: none; for html, body --- assets/css/template-styles.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/assets/css/template-styles.css b/assets/css/template-styles.css index 9d4c56e..15cad38 100644 --- a/assets/css/template-styles.css +++ b/assets/css/template-styles.css @@ -15,12 +15,14 @@ padding: 0; box-sizing: border-box; } -html { +html, +body { font-size: calc(1em + 0.33vw); font-family: Arial, Helvetica Neue, sans-serif; line-height: 1.5; color: #111; background-color: #fefefe; + overscroll-behavior: none; } template { display: none !important; -- cgit v1.2.3