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
path: root/assets
diff options
context:
space:
mode:
authorZachary Betz <zwbetz@gmail.com>2019-03-06 21:21:02 +0300
committerZachary Betz <zwbetz@gmail.com>2019-03-06 21:21:02 +0300
commit4e14faf82469692dd8027e85a2e2c2153112ff76 (patch)
tree5fea30f8e75e975f462958431ca11d339189f1e4 /assets
parent051263b8c2bd1b36252ced1a398dd68e8f4b0562 (diff)
Add overflow-y to disqus comments
Diffstat (limited to 'assets')
-rw-r--r--assets/css/template-styles.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/css/template-styles.css b/assets/css/template-styles.css
index fe21514..c6a54d6 100644
--- a/assets/css/template-styles.css
+++ b/assets/css/template-styles.css
@@ -445,6 +445,7 @@ caption {
#disqus-comments,
#disqus-comments iframe {
max-height: 65vh !important;
+ overflow-y: auto;
}
/* Pattern lists */