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:
parent
8bb5426441
commit
ecfaed1e02
|
@ -184,6 +184,7 @@ html:not(.sidebar-visible) #menu-bar:not(:hover).folded > #menu-bar-sticky-conta
|
||||||
|
|
||||||
:not(pre):not(a) > .hljs {
|
:not(pre):not(a) > .hljs {
|
||||||
color: var(--inline-code-color);
|
color: var(--inline-code-color);
|
||||||
|
overflow-x: initial;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover > .hljs {
|
a:hover > .hljs {
|
||||||
|
|
Loading…
Reference in New Issue