diff --git a/src/styles/main.css b/src/styles/main.css index 2ad668981..732adf5aa 100644 --- a/src/styles/main.css +++ b/src/styles/main.css @@ -1000,13 +1000,8 @@ img[alt=thumbnail] { } pre .prism-code.spectrum-Code { - overflow-x: hidden !important; - white-space: pre-wrap; - white-space: -moz-pre-wrap; - white-space: -pre-wrap; - white-space: -o-pre-wrap; + overflow: scroll; word-wrap: break-word; - word-break: break-word !important; } pre .prism-code.spectrum-Code>div>span:first-child{ @@ -1014,11 +1009,9 @@ pre .prism-code.spectrum-Code>div>span:first-child{ } pre .prism-code.spectrum-Code::-webkit-scrollbar { - background-color: transparent !important; } pre.prism-code.spectrum-Code { - scrollbar-color: transparent !important; scrollbar-width: thin !important; } @@ -3289,4 +3282,4 @@ img[alt=adobe-support] { .iframe-container.gdpr { height: 1090px !important; } -} \ No newline at end of file +}