An Office service that supports add-ins to interact with objects in Office client applications.
I had the same problem in a Word add-in. I fixed it by adding a background-color css rule to the stylesheet. I.e. main.css:
body {
background-color: white; /* required to avoid vertical lines on window re-size */
}