Forum Discussion
Stephanie
1 month 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 to ...
Stephanie
1 month agoSuper Hero
In the format options for the block turn off auto resize and try a value off 455.
DanBoylandUK
1 month 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
- 5 months ago
- 11 months ago
- 4 months ago