While exploring the website , I encountered a minor issue. When I added "overflow: hidden" to the featured slider div, the images appeared stacked if JavaScript was enabled or the user's internet connection was slow.
However, a new problem has arisen. The description had a small element positioned outside the slider that is now hidden. If I include "overflow-x: visible", it triggers a scroll bar to appear which is not my desired outcome. My goal is for the description to be fully visible while keeping the overflow-y hidden.
To witness this firsthand, use Firebug to remove the "overflow: hidden" on the slider and the previously hidden element will reappear. However, adding overflow will cause it to disappear again. I need to achieve this effect without any presence of a scroll bar. Despite trying overflow-x properties such as visible and auto, they only add a bottom scroll bar which doesn't meet my requirements. I want to maintain the original effect.