Skip to content

Instantly share code, notes, and snippets.

@igotit-anything
Created September 5, 2016 05:28
CKEditor Vertical Scrollbar always shown. add this to contents.css
.cke_show_borders {
overflow-y: scroll; // vertical scrollbar
// overflow-x: scroll; // horizontal scrollbar
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment