Scrollable code block
JakubDziworski opened this issue · 1 comments
JakubDziworski commented
Hey. The template is awesome but there is one thing that bugs me.
The code samples using following notation
somelooooooooooooooong line of code
instead of beign fixed formatted scrolable text it breaks lines if the client's browser is small.
How can I make it scrollable?
mlliou112 commented
Does the css overflow: auto
give you the behavior you want?