Title: Double scroll bars
Last modified: August 21, 2016

---

# Double scroll bars

 *  Resolved [EricJohnsonGuru](https://wordpress.org/support/users/wormeyman/)
 * (@wormeyman)
 * [13 years ago](https://wordpress.org/support/topic/double-scroll-bars-1/)
 * I changed the height of my editor to 900px and when the content is longer than
   that i get 2 scroll bars ([example](http://imgur.com/RQoicxw)) a bit of poking
   around in firebug and the following css seems to fix the issue:
 *     ```
       .CodeMirror-scrollbar {
         overflow: hidden;
         position: absolute;
         right: 0;
         top: 0;
         z-index: 5;
       }
       ```
   
 * `<div class="CodeMirror-scrollbar" style="display: block; height: 901px;"><div
   class="CodeMirror-scrollbar-inner" style="height: 1120.2px;"></div></div>`
 * However are there any unintended problems or is there a better fix for the double
   scroll bars?
 * [http://wordpress.org/extend/plugins/wp-editor/](http://wordpress.org/extend/plugins/wp-editor/)

Viewing 6 replies - 1 through 6 (of 6 total)

 *  Thread Starter [EricJohnsonGuru](https://wordpress.org/support/users/wormeyman/)
 * (@wormeyman)
 * [13 years ago](https://wordpress.org/support/topic/double-scroll-bars-1/#post-3755567)
 * Any thoughts?
 *  Plugin Author [benjaminprojas](https://wordpress.org/support/users/benjaminprojas/)
 * (@benjaminprojas)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/double-scroll-bars-1/#post-3755575)
 * wormeyman,
 * Sorry for the delay in responding. Have you had any side effects to that change?
   I will try to implement the CSS in the next update. I’ll need to troubleshoot
   in all browsers to make sure it doesn’t mess anything else up. I have not been
   able to duplicate the double scrollbars issue.
 *  Plugin Author [benjaminprojas](https://wordpress.org/support/users/benjaminprojas/)
 * (@benjaminprojas)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/double-scroll-bars-1/#post-3755576)
 * wormeyman,
 * Is this the plugin/theme editor? Or the post editor?
 *  Thread Starter [EricJohnsonGuru](https://wordpress.org/support/users/wormeyman/)
 * (@wormeyman)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/double-scroll-bars-1/#post-3755577)
 * It is the post editor.
 *  Plugin Author [benjaminprojas](https://wordpress.org/support/users/benjaminprojas/)
 * (@benjaminprojas)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/double-scroll-bars-1/#post-3755620)
 * wormeyman,
 * This should be fixed in the next release of WP Editor.
 *  Thread Starter [EricJohnsonGuru](https://wordpress.org/support/users/wormeyman/)
 * (@wormeyman)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/double-scroll-bars-1/#post-3755621)
 * Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Double scroll bars’ is closed to new replies.

 * ![](https://ps.w.org/wp-editor/assets/icon-256x256.png?rev=1184262)
 * [WP Editor](https://wordpress.org/plugins/wp-editor/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-editor/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-editor/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-editor/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-editor/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-editor/reviews/)

## Tags

 * [bars](https://wordpress.org/support/topic-tag/bars/)
 * [css](https://wordpress.org/support/topic-tag/css/)
 * [scroll](https://wordpress.org/support/topic-tag/scroll/)

 * 6 replies
 * 2 participants
 * Last reply from: [EricJohnsonGuru](https://wordpress.org/support/users/wormeyman/)
 * Last activity: [12 years, 10 months ago](https://wordpress.org/support/topic/double-scroll-bars-1/#post-3755621)
 * Status: resolved