
To solve this issue in Articulate Storyline:
Add a trigger >> “Execute Javascript” and past this code:
$(".scrollarea-area div").css("overflow", "hidden");
$(".base-layer div").css("overflow", "visible");
When: Timeline starts.
NOTE: Put this JavaScript code in the layers were you have scroll bars.