From b8d6544059687634ed3eeaa4fae218be0c337f1b Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Fri, 15 Jan 2016 14:26:50 +0800 Subject: [PATCH] . --- static/css/playground-embed.css | 1 + static/css/playground.css | 1 + 2 files changed, 2 insertions(+) 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; }