Software Archive
Read-only legacy content
17061 Discussions

How to display a horizontal scrollbar with Ionic

Mario_R_
Beginner
1,503 Views

Hello everyone,

I am using Intel XDK with Ionic Framework, having a table with many columns I would like to see the horizontal scroll bar to allow you to see which spot in the table you're looking at.
I tried to force the display of the scrollbars via CSS, but it does not show:

 <div style="width:100%;height:100%;overflow-y:hidden;overflow-x:visible !important;" >

          <table style="overflow-x:visible !important;">
          ....

Any suggestions?

0 Kudos
2 Replies
Rakshith_K_Intel
Employee
1,504 Views

Can you try:

overflow-x:scroll

or

overflow-x:scroll !important

 

 

0 Kudos
Mario_R_
Beginner
1,504 Views

Thanks for the suggestion, just tried it but it does not work.

0 Kudos
Reply