From 4e14faf82469692dd8027e85a2e2c2153112ff76 Mon Sep 17 00:00:00 2001 From: Zachary Betz Date: Wed, 6 Mar 2019 12:21:02 -0600 Subject: [PATCH] Add overflow-y to disqus comments --- assets/css/template-styles.css | 1 + 1 file changed, 1 insertion(+) 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 */