Title: Bug creating scrolling issues
Last modified: July 16, 2020

---

# Bug creating scrolling issues

 *  Resolved [levanne](https://wordpress.org/support/users/levanne/)
 * (@levanne)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/bug-creating-scrolling-issues/)
 * Hi,
 * I am using Getwid’s tabs in one of my pages and it is making the footer bar sticky
   when I am on certain tabs. You can switch between tabs and scroll the page to
   see what I’m talking about, it’s hard to explain!
 * Do you know how I can fix it?
 * Thanks!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fbug-creating-scrolling-issues%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Contributor [motopress](https://wordpress.org/support/users/motopress/)
 * (@motopress)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/bug-creating-scrolling-issues/#post-13135219)
 * [@levanne](https://wordpress.org/support/users/levanne/) your footer depends 
   on the height of the content. There is no issue with tabs.
 *  Thread Starter [levanne](https://wordpress.org/support/users/levanne/)
 * (@levanne)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/bug-creating-scrolling-issues/#post-13136175)
 * No, if you click on the third tab (“Université 3”), you will see a different 
   behaviour than if you click on the first two tabs when scrolling the page. The
   third behaviour is the right one, depending on content height. The content height
   is the same in all those tabs as I duplicated them from the first one.
 * Plus, it stops doing that when I deactivate Getwid…
 *  Plugin Support [dimned](https://wordpress.org/support/users/dimned/)
 * (@dimned)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/bug-creating-scrolling-issues/#post-13143690)
 * Hi [@levanne](https://wordpress.org/support/users/levanne/),
    We have manage 
   to replicate the issue and we will fix it in the next update release. Meanwhile
   you may try using adding the style below to Appearance > Customize > Additional
   CSS
 *     ```
       .wp-block-getwid-tabs__tab-content.is-active-tab {
           width: auto;
          height: auto;
          overflow: visible;    
       }
   
       .wp-block-getwid-tabs__tab-content {
          width: 1px;
          height: 1px;
          overflow: hidden;
          top: 0;
       }
       ```
   
 *  Plugin Support [dimned](https://wordpress.org/support/users/dimned/)
 * (@dimned)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/bug-creating-scrolling-issues/#post-13374781)
 * Hi [@levanne](https://wordpress.org/support/users/levanne/),
    We have just released
   an updated version where the issue with Tabs has been fixed. Please update the
   Getwid plugin and let us know if it was helpful. It would be much appreciated
   if you review the plugin here [https://wordpress.org/support/plugin/getwid/reviews/](https://wordpress.org/support/plugin/getwid/reviews/)

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

The topic ‘Bug creating scrolling issues’ is closed to new replies.

 * ![](https://ps.w.org/getwid/assets/icon.svg?rev=2238400)
 * [Getwid - Gutenberg Blocks](https://wordpress.org/plugins/getwid/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/getwid/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/getwid/)
 * [Active Topics](https://wordpress.org/support/plugin/getwid/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/getwid/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/getwid/reviews/)

## Tags

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

 * 4 replies
 * 3 participants
 * Last reply from: [dimned](https://wordpress.org/support/users/dimned/)
 * Last activity: [5 years, 8 months ago](https://wordpress.org/support/topic/bug-creating-scrolling-issues/#post-13374781)
 * Status: resolved