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:
authorAhmet <ahaltindis@gmail.com>2022-11-11 00:16:09 +0300
committerGitHub <noreply@github.com>2022-11-11 00:16:09 +0300
commitdafb67cbeaa7aa9d4ad72533549b0e431f2f9756 (patch)
treecd8eb9144b132e3d7330f20ca88a7976eca45fc1
parent4a56374eeb217c78d9fc9e3c600c899e848acf21 (diff)
do not set overscroll-behavior to none for x axis as it breaks going back/forward from touchpad on some browsers (#79)HEADmaster
-rw-r--r--assets/css/template-styles.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/css/template-styles.css b/assets/css/template-styles.css
index 8460308..69c6daa 100644
--- a/assets/css/template-styles.css
+++ b/assets/css/template-styles.css
@@ -22,7 +22,7 @@ body {
line-height: 1.5;
color: #111;
background-color: #fefefe;
- overscroll-behavior: none;
+ overscroll-behavior-y: none;
}
template {
display: none !important;