Forum Discussion
Stephanie
3 months agoSuper Hero
A Growing List of Cool Code Block Examples
➡️ View the examples and grab the code
Hi everyone! 👋
I've been playing around and created a growing list of cool examples of using the code block. I've included the code that you can copy ...
Stephanie
2 months agoSuper Hero
In the format options for the block turn off auto resize and try a value off 455.
DanBoylandUK
2 months agoCommunity Member
I found the same issue with many of my code blocks, it seems the iframe wrapper doesn't like to play ball in rise for some "tall" code.
I found that adding a "hard floor" to the code also works as well as your suggestions Stephanie
html, body {
min-height: 800px;
height: auto;
}
Related Content
- 6 months ago
- 5 months ago