From 4b085757ad49de46ea7ffd1d43845edb08f45bc8 Mon Sep 17 00:00:00 2001 From: jim Date: Wed, 25 Apr 2018 18:34:09 +0800 Subject: [PATCH] fix #1315 ie style error --- src/layouts/UserLayout.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/layouts/UserLayout.less b/src/layouts/UserLayout.less index a6d8df06..c637d098 100644 --- a/src/layouts/UserLayout.less +++ b/src/layouts/UserLayout.less @@ -3,7 +3,8 @@ .container { display: flex; flex-direction: column; - min-height: 100%; + height: 100vh; + overflow: auto; background: #f0f2f5; } -- GitLab