Forum Discussion
Stephanie
3 months agoSuper Hero
A Growing List of Cool Code Block Examples
➡️ View the examples and grab the code
Hi everyone! 👋
You'll find (34 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
3 months agoSuper Hero
In the format options for the block turn off auto resize and try a value off 455.
DanBoylandUK
3 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
- 7 months ago
- 6 months ago