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

github.com/iCyris/hugo-theme-yuki.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/scss/pages/_base.scss')
-rw-r--r--static/scss/pages/_base.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/scss/pages/_base.scss b/static/scss/pages/_base.scss
index fabe852..2993310 100644
--- a/static/scss/pages/_base.scss
+++ b/static/scss/pages/_base.scss
@@ -14,7 +14,7 @@ body {
width: 100%; height: 100%;
left: 0; top: 0;
text-align: center;
- min-height: 65vh;
+ min-height: 100vh;
overflow-x: hidden;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;