Title: Cannot remove scroll bars
Last modified: August 30, 2016

---

# Cannot remove scroll bars

 *  Resolved [voltexcomputers](https://wordpress.org/support/users/voltexcomputers/)
 * (@voltexcomputers)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/cannot-remove-scroll-bars/)
 * I am using the latest version of WordPress and ShiftController Pro and I cannot
   see why the scroll bars in certain places on the page keep showing. The link 
   to the image below shows what I am talking about.
 * I have tries 4 different templates with varying widths ranging from 800px wide
   to 1200px wide as well as trying 80% and 100% width as the template width sizes.
 * Any ideas on how to remove these scroll bars?
 * [Image of the issue here ](http://www.mission.host/temp/shiftcontroller-20151204.JPG)
 * [https://wordpress.org/plugins/shiftcontroller/](https://wordpress.org/plugins/shiftcontroller/)

Viewing 1 replies (of 1 total)

 *  [hitcode](https://wordpress.org/support/users/hitcode/)
 * (@hitcode)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/cannot-remove-scroll-bars/#post-6813584)
 * Hello,
    could you please edit the content of the page with ShiftController shortcode
   and add this code there, it will resolve the issue:
 *     ```
       <style>
       #nts ul>li {
       overflow-x: visible;
       overflow-y: visible;
       display: inherit;
       }
       #nts ul>li:before {
       content:'';
       display: inherit;
       padding: 0;
       margin: 0;
       }
       </style>
       ```
   
 * It will also resolve the other issue with elements spacing.

Viewing 1 replies (of 1 total)

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

 * ![](https://ps.w.org/shiftcontroller/assets/icon-128x128.png?rev=1851172)
 * [ShiftController Employee Shift Scheduling](https://wordpress.org/plugins/shiftcontroller/)
 * [Support Threads](https://wordpress.org/support/plugin/shiftcontroller/)
 * [Active Topics](https://wordpress.org/support/plugin/shiftcontroller/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/shiftcontroller/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/shiftcontroller/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [hitcode](https://wordpress.org/support/users/hitcode/)
 * Last activity: [10 years, 5 months ago](https://wordpress.org/support/topic/cannot-remove-scroll-bars/#post-6813584)
 * Status: resolved