Get plugin view to full height

I’m having an issue with filling the panel size.

How would you make the panel size full height?

<html>
   <body>
      <div style="background-color: blue; height:100%>
   </body>
</html>

If I set the body height to 100vh it extends past the edge of the panel by about 100px.