Skip to content

Commit ecfaed1

Browse files
StefanieJaegerRuben Schmidmeister
authored andcommitted
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 <[email protected]>
1 parent 8bb5426 commit ecfaed1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/theme/css/chrome.css

+1
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ html:not(.sidebar-visible) #menu-bar:not(:hover).folded > #menu-bar-sticky-conta
184184

185185
:not(pre):not(a) > .hljs {
186186
color: var(--inline-code-color);
187+
overflow-x: initial;
187188
}
188189

189190
a:hover > .hljs {

0 commit comments

Comments
 (0)