Vertical white line on left of app when running inside ShinyProxy

Okay, it turned out to be an easy fix that I overlooked.

I changed this line in the app.html file:

<body style="padding: 1px;">

To this:

<body style="padding: 0px;">

1 Like