Included in this article
Have you ever had an RTP Dialog box campaign that ended up with scroll bars around the image? This doc will go show you the steps to remove those unwanted scroll bars
<style>
#trwDialog{
overflow-x: hidden;
overflow-y: hidden;
}
</style>