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