.
/* ------------------------------------ */
/* - HTML-editor Hide Scroll-Bar - */
/* ------------------------------------ */
html-editor .scroll-bar:horizontal ,
.html-editor .scroll-bar:vertical {
-fx-background-color:transparent;
-fx-pref-width: 0;
-fx-padding: 0;
}