mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-04-17 00:22:24 -06:00
Codeblocks need overflow hidden
This commit is contained in:
parent
bd1f741d6d
commit
85af5b81c5
@ -52,6 +52,7 @@ div.highlighter-rouge {
|
|||||||
border-radius: $border-radius;
|
border-radius: $border-radius;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
-webkit-overflow-scrolling: touch;
|
-webkit-overflow-scrolling: touch;
|
||||||
|
overflow-x: hidden;
|
||||||
|
|
||||||
div.highlight,
|
div.highlight,
|
||||||
pre.highlight,
|
pre.highlight,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user