Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zwbetz-gh/cupper-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzwbetz-gh <zwbetz@gmail.com>2022-09-20 05:24:23 +0300
committerzwbetz-gh <zwbetz@gmail.com>2022-09-20 05:24:23 +0300
commitbe6536778d36eaa223cf492d18af3d4dd9163104 (patch)
tree20d1eb5c397f13d125a7ed725ac78dfb3881830d
parenta3a0104a3e9e48f280c2e9cedca2d1c28880cd27 (diff)
overscroll-behavior: none; for html, body
-rw-r--r--assets/css/template-styles.css4
1 files changed, 3 insertions, 1 deletions
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;