You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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!
The text was updated successfully, but these errors were encountered:
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:
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!
The text was updated successfully, but these errors were encountered: