Title: Dynkin's Replies | WordPress.org

---

# Dynkin

  [  ](https://wordpress.org/support/users/dynkin/)

 *   [Profile](https://wordpress.org/support/users/dynkin/)
 *   [Topics Started](https://wordpress.org/support/users/dynkin/topics/)
 *   [Replies Created](https://wordpress.org/support/users/dynkin/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/dynkin/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/dynkin/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/dynkin/engagements/)
 *   [Favorites](https://wordpress.org/support/users/dynkin/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[HTML Editor Syntax Highlighter] Top of editor window in TEXT mode clipped](https://wordpress.org/support/topic/top-of-editor-window-in-text-mode-clipped/)
 *  [Dynkin](https://wordpress.org/support/users/dynkin/)
 * (@dynkin)
 * [11 years ago](https://wordpress.org/support/topic/top-of-editor-window-in-text-mode-clipped/#post-5408856)
 * Now have version 1.6.7 (last). Problem still exists. According to **micahjm**
   add this to your functions.php:
 *     ```
       add_action( 'admin_head', 'admin_css' );
       function admin_css() {
       	echo '<style>
       		div#ed_toolbar.quicktags-toolbar {
       			position: relative !important;
       		}
       		div.CodeMirror.cm-s-default.CodeMirror-wrap {
       			margin-top: 0 !important;
       		}
         	</style>';
       }
       ```
   

Viewing 1 replies (of 1 total)