Codeblocks need overflow hidden

This commit is contained in:
Patrick Marsceill
2020-10-12 13:11:59 -04:00
committed by GitHub
parent bd1f741d6d
commit 85af5b81c5

View File

@@ -52,6 +52,7 @@ div.highlighter-rouge {
border-radius: $border-radius;
box-shadow: none;
-webkit-overflow-scrolling: touch;
overflow-x: hidden;
div.highlight,
pre.highlight,