From ecfaed1e02146b171194843caf18019ad8f5efb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefanie=20J=C3=A4ger?= Date: Wed, 8 May 2019 00:30:28 +0200 Subject: [PATCH] Change overflow-x to initial (#818) Change overflow-x from auto to initial. This resolves weird rendering behavior in Chrome and Safari on macOS. With help from @bash Co-authored-by: Ruben Schmidmeister --- src/theme/css/chrome.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/theme/css/chrome.css b/src/theme/css/chrome.css index ea458079..94f86f79 100644 --- a/src/theme/css/chrome.css +++ b/src/theme/css/chrome.css @@ -184,6 +184,7 @@ html:not(.sidebar-visible) #menu-bar:not(:hover).folded > #menu-bar-sticky-conta :not(pre):not(a) > .hljs { color: var(--inline-code-color); + overflow-x: initial; } a:hover > .hljs {