Created
September 5, 2016 05:28
CKEditor Vertical Scrollbar always shown. add this to contents.css
This file contains hidden or 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