.#{$prefix}html-editor-tb .#{$prefix}toolbar {
    position: static !important;
}

.#{$prefix}htmleditor-iframe {
    // display:block prevents extra whitespace from showing under the iframe
    display: block;
    overflow:auto;
}