- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
- Tags:
- HTML5
- Intel® XDK
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can you try:
overflow-x:scroll
or
overflow-x:scroll !important
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for the suggestion, just tried it but it does not work.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page