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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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,