Created
September 5, 2016 05:28
-
-
Save igotit-anything/834f2bf33204a076abcf2ef521caf317 to your computer and use it in GitHub Desktop.
CKEditor Vertical Scrollbar always shown. add this to contents.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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