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 <ruben.schmidmeister@icloud.com>
This commit is contained in:
Stefanie Jäger 2019-05-08 00:30:28 +02:00 committed by Dylan DPC
parent 8bb5426441
commit ecfaed1e02
1 changed files with 1 additions and 0 deletions

View File

@ -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 {