Overflow toggle on articles

Add functionality in theme to set overflow style on ev-article.

I have border-radius on articles. I’m currently seeing in at least 2 scenarios that the overflow not being set is causing elements to ignore this:

  1. lock overlay - is not even respecting its own border-radius setting
  2. articles with zero padding on any or all of article, block or component. In my case I have an image as the only component within an article. no border radius setting is respected here either.

image for #1

image for #2