JKnorr91 / ion-slide-box-tabs

An Add-On directive for the ion-slide-box, that adds tabs to the slide box, known from the Android Material Design specification
MIT License
248 stars 110 forks source link

Horizontal scroll not working. <slide-tabs-scrollable=true> not working !! #25

Open vinimendes3 opened 8 years ago

vinimendes3 commented 8 years ago

Horizontal scroll is not working and I don't know why. Inspecting elements in Google Chrome, I noticed that "element.style" from ion-scroll contains overflow:hidden, and it overrides "overflow-x: scroll" by default. As you can see in the right of the following image:

overflowhidden

If I disable manually "overflow: hidden" from "element.style" it works, but how can I make it works programatically?

Searching deep in "slidingTabsDirective.js" I've also noticed that what turn on "overflow: hidden" is "class="slider-slide-tab"" added in line 28 of the code, but I could not remove this.

Please, someone can help me? It is very important to me because I have to deliver this app as soon as possible.

Ionic Version: 1.2.4

Thanks in advance!

nooranalytics commented 7 years ago

Hi, I am facing the same issue, have you solved this?