Add overflow-y to disqus comments

This commit is contained in:
Zachary Betz 2019-03-06 12:21:02 -06:00
parent 051263b8c2
commit 4e14faf824
1 changed files with 1 additions and 0 deletions

View File

@ -445,6 +445,7 @@ caption {
#disqus-comments, #disqus-comments,
#disqus-comments iframe { #disqus-comments iframe {
max-height: 65vh !important; max-height: 65vh !important;
overflow-y: auto;
} }
/* Pattern lists */ /* Pattern lists */