Title: programtown's Replies | WordPress.org

---

# programtown

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Horizontal Scroll bar is missing from code block in WordPress 5.6](https://wordpress.org/support/topic/horizontal-scroll-bar-is-missing-from-code-block-in-wordpress-5-6/)
 *  Thread Starter [programtown](https://wordpress.org/support/users/programtown/)
 * (@programtown)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/horizontal-scroll-bar-is-missing-from-code-block-in-wordpress-5-6/#post-13985095)
 * I have found solution.
    In WordPress version 5.6 below css is included for code
   block.
 *     ```
       .wp-block-code code {
           white-space: pre-wrap;
           overflow-wrap: break-word;
       }
       ```
   
 * white-space: pre-wrap; this line was causing issue
    So I have overridden that
   css (from pre-wrap to pre) in my theme editor to solve issue i.e
 *     ```
       .wp-block-code code {
           white-space: pre;
       }
       ```
   
 * Screenshots are attached.
 * [Additional css in wp 5.6 for code block-1](https://ibb.co/Jdwz6zv)
 * [Additional css in wp 5.6 for code block-2](https://ibb.co/mz8JgDc)
 * [Solution-1](https://ibb.co/Jjmjsh0)
 * [Solution-2](https://ibb.co/0Y6TpvF)
 * [Solution-3](https://ibb.co/WsqGj1L)
 * Thanks
    -  This reply was modified 5 years, 3 months ago by [programtown](https://wordpress.org/support/users/programtown/).
    -  This reply was modified 5 years, 3 months ago by [programtown](https://wordpress.org/support/users/programtown/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Horizontal Scroll bar is missing from code block in WordPress 5.6](https://wordpress.org/support/topic/horizontal-scroll-bar-is-missing-from-code-block-in-wordpress-5-6/)
 *  Thread Starter [programtown](https://wordpress.org/support/users/programtown/)
 * (@programtown)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/horizontal-scroll-bar-is-missing-from-code-block-in-wordpress-5-6/#post-13982508)
 * It is on front end.
 * copy button is shown by [this ](https://wordpress.org/plugins/copy-the-code/)
   plugin.
 * And code syntax higlighter is shown by [this ](https://wordpress.org/plugins/code-prettify/)
   plugin
 * The issue is not due to these two plugins as code block
    was displaying correctly
   with horizontal scrollbar in WordPress version 5.5.3 with these plugins. But 
   the issue arises(horizontal scroll-bar missing) when I upgrade my WordPress version
   to 5.6.
 * [My Website Link (with WordPress version 5.5.3)](https://programtown.com/how-to-make-in-app-purchase-in-android-using-google-play-billing-library/#step-1).
 * Also check [this ](https://wordpress.org/support/topic/missing-scrollbar-in-custom-html-wordpress-5-6/)
   similar issue.
 * thanks
    -  This reply was modified 5 years, 3 months ago by [programtown](https://wordpress.org/support/users/programtown/).
    -  This reply was modified 5 years, 3 months ago by [programtown](https://wordpress.org/support/users/programtown/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Missing scrollbar in Custom html WordPress 5.6](https://wordpress.org/support/topic/missing-scrollbar-in-custom-html-wordpress-5-6/)
 *  [programtown](https://wordpress.org/support/users/programtown/)
 * (@programtown)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/missing-scrollbar-in-custom-html-wordpress-5-6/#post-13981749)
 * Scroll bar is also missing from code block.
    Screenshots are attached. [this is for version 5.6](https://ibb.co/2sHcgXB)
   [this is for version 5.5.3](https://ibb.co/Qb1bnt3) I reverted to version 5.5.3
   to bring back scroll bars Please fix this issue in version 5.6 thanks
    -  This reply was modified 5 years, 3 months ago by [programtown](https://wordpress.org/support/users/programtown/).

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