1
0
mirror of https://github.com/thangisme/notes.git synced 2026-04-22 08:19:08 -04:00

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,