WPIntell

Source evidence

Horizontal scrollbar

SyntaxHighlighter Evolved 路 support 路 2025-02-05T19:45:00+00:00

mixedsentiment
mediumseverity
0.84relevance
5replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

4 / 22 rows with source links

18.2% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

18 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
janyx resolved
I have a code in my blog that has 200 lines. I want to add a horizontal scrollbar and set the code visibility to e.g. 20 lines. I have looked at many tutorials, tried different css settings, but it never worked. AI generates similar answers as google. I am using the current version of SyntaxHighlighter Evolved (3.7.1). This topic was modified 1 year, 3 months ago by janyx . I apologize and change the word horizontal to vertical. 馃榾 Claude Sonnet found a solution. For others div.syntaxhighlighter, .syntaxhighlighter table { max-height: 400px !important; overflow-y: auto !important; } @janyx Glad to hear you find your answer. Thanks for sharing it here! Would it be possible to implement this function into the settings in the next plugin update? @janyx that鈥檚 a great idea! You can feel free to submit this as a feature request in the plugin鈥檚 GitHub repository : https://github.com/Automattic/syntaxhighlighter/issues/new?template=feature_request.md This reply was modified 1 year, 3 months ago by Mike R. (a11n) .

Comments

5 shown
janyx 2025-02-06T06:37:00+00:00

I apologize and change the word horizontal to vertical. 馃榾

janyx 2025-02-06T06:51:00+00:00

Claude Sonnet found a solution. For others div.syntaxhighlighter, .syntaxhighlighter table { max-height: 400px !important; overflow-y: auto !important; }

Eric Gunawan 2025-02-07T02:19:00+00:00

@janyx Glad to hear you find your answer. Thanks for sharing it here!

janyx 2025-02-10T16:19:00+00:00

Would it be possible to implement this function into the settings in the next plugin update?

Mike R. (a11n) 2025-02-11T14:24:00+00:00

@janyx that鈥檚 a great idea! You can feel free to submit this as a feature request in the plugin鈥檚 GitHub repository : https://github.com/Automattic/syntaxhighlighter/issues/new?template=feature_request.md This reply was modified 1 year, 3 months ago by Mike R. (a11n) .