Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
vinimendes3 opened this issue Jan 16, 2016 · 1 comment

Comments

@vinimendes3
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants