From 616f7d50efd37638103ab52212d73a95fe96c80c Mon Sep 17 00:00:00 2001 From: afc163 Date: Mon, 28 Dec 2015 14:07:07 +0800 Subject: [PATCH] update common layout --- spec/layout/demo/top-aside.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/layout/demo/top-aside.md b/spec/layout/demo/top-aside.md index be8ef3e60d..8b88227f58 100644 --- a/spec/layout/demo/top-aside.md +++ b/spec/layout/demo/top-aside.md @@ -129,7 +129,7 @@ ReactDOM.render( .ant-layout-topaside .ant-layout-content { border-left: 1px solid #e9e9e9; padding: 0 24px; - overflow: hidden; + overflow: auto; position: relative; left: -1px; }