Skip to content

Instantly share code, notes, and snippets.

@somidad
Last active March 21, 2024 23:30
Show Gist options
  • Save somidad/b2261b8df399e72e2f66dd5f27081e36 to your computer and use it in GitHub Desktop.
Save somidad/b2261b8df399e72e2f66dd5f27081e36 to your computer and use it in GitHub Desktop.
Stop Obsidian wrapping code and enable scrolling
/* same article on [dev.to](https://dev.to/somidad/stop-obsidian-wrapping-code-and-enable-scrolling-47oo) */
/* it only works on Reading view */
/* https://forum.obsidian.md/t/horizontal-scrolling-in-the-code-block/55789/2 */
.markdown-rendered code {
white-space: pre;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment