From 4de9962c72f0c7a3f058bc23e77ef86480791977 Mon Sep 17 00:00:00 2001 From: Patrick Marsceill Date: Mon, 12 Oct 2020 13:15:11 -0400 Subject: [PATCH] Fix order --- _sass/code.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_sass/code.scss b/_sass/code.scss index fb0d7e0..4fd2052 100644 --- a/_sass/code.scss +++ b/_sass/code.scss @@ -48,11 +48,11 @@ div.highlighter-rouge { padding: $sp-3; margin-top: 0; margin-bottom: $sp-3; + overflow-x: hidden; background-color: $code-background-color; border-radius: $border-radius; box-shadow: none; -webkit-overflow-scrolling: touch; - overflow-x: hidden; div.highlight, pre.highlight,