html, body { max-width: 100vw; overflow: visible; } .preview, .modify, .switch, .settings { display: none; } .prettyprint, .preview { position: absolute; height: 100%; max-width: 100vmin; border: none !important; overflow: visible; } .icon, .italic, .bold, .header { font-size: 20px; } .italic:after { content: "I" } .bold:after { content: "B" } .header:after { content: "H" }