mdx-code
mdx-code copied to clipboard
customize max height
For big chunks of code we need a max height and scroll option through the code
is this possible?
It definitely should be possible. You could try setting a height or maxHeight in CSS on the div, or on the embed itself (https://github.com/pranaygp/mdx-code/blob/master/index.js)