Skip to content

Instantly share code, notes, and snippets.

@igotit-anything
Created September 5, 2016 05:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save igotit-anything/834f2bf33204a076abcf2ef521caf317 to your computer and use it in GitHub Desktop.
Save igotit-anything/834f2bf33204a076abcf2ef521caf317 to your computer and use it in GitHub Desktop.
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