diff --git a/static/css/playground-embed.css b/static/css/playground-embed.css index 99035ed..4dc67ab 100644 --- a/static/css/playground-embed.css +++ b/static/css/playground-embed.css @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + body{ overflow: auto; } diff --git a/static/css/playground.css b/static/css/playground.css index 1a7ed25..73f075c 100644 --- a/static/css/playground.css +++ b/static/css/playground.css @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + body { overflow: auto; }