Forum Discussion
Stephanie
8 months agoLegend
A Growing List of Cool Code Block Examples
➡️ View the examples and grab the code
Hi everyone! 👋
You'll find (41 so far) examples of what you can do with the Rise Code Block. These are my tests that I've built to be responsive and acc...
Stephanie
8 months agoLegend
In the format options for the block turn off auto resize and try a value off 455.
DanBoylandUK
8 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
- 10 months ago
- 11 months ago
- 5 months ago