Remove iframe scrollbar in edge

The iframe in which our plugin loads in has a vertical scrollbar that appears in edge. This can easily be removed with the scrollbar = “no” attribute but, of course I cannot add this from our javascript code. Is there any solution for this?

Hi @JustinArias,

Is the scrollbar only visible in Microsoft Edge and not in other browsers?

Regards,
Dugald

Yes, for some reason certain styles are not being transferred over to edge. I have several posts open about different aui styles but I will combine in one post, all the issues I’ve seen

I solved this by manually adding overflow-y: hidden to the body but I’m experiencing other aui style issues on edge

1 Like