horizontal scroll bar is un available for detail view

Hi All,

i want a horizontal scroll bar for detail view module currently its unavailable so i am not able to access tab which are last of the design

Hi there,

You may need to do a code change such as: http://stackoverflow.com/questions/258372/css-div-element-how-to-show-horizontal-scroll-bars-only

Thanks,

Will.

Hi Will,

Were to put the code which you have mention through the link?

Thanks
Arpit

Hi Arpit,

You would need to add a custom style.css file in custom/themes/Suite7/css and add the appropriate code to show a navigation bar when there is a large amount of content. Something like:



overflow-x:scroll;

You would need to add this to the element you want in the detail view.

Thanks,

Will.