deckgo / gatsby-remark-highlight-code

Adds stylish cards and syntax highlighting to code blocks in markdown files
MIT License
68 stars 18 forks source link

Disabling wordwrap / enabling overflow:scroll? #53

Closed simplenotezy closed 2 years ago

simplenotezy commented 2 years ago

Enabling overflow scroll does not seem to work for me.

It looks like this:

image

I would like to have horizontal scroll instead of wordwrapping. How is this possible?

According to documentation overflow should be auto.

I have also tried with this:

deckgo-highlight-code {
  --deckgo-highlight-code-carbon-overflow: scroll;
}

But that does not work

simplenotezy commented 2 years ago
deckgo-highlight-code {
  --deckgo-highlight-code-white-space: nowrap;
}