View Single Post
  #164  
Old 03-05-2012, 04:10 PM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart Ability Template v4.4.x

Quote:
Is a way to make the Ability skin have a horizontal scroll bar at the bottom of the page at all times?

skin/ability/custom/css/common.css

Replace...

Code:
html { overflow-x: hidden; }

With...

Code:
html { overflow-x: visible; }
__________________
xcartmods.co.uk
Reply With Quote