From c3831f56970e81253ca810730c120b9a7ad5918b Mon Sep 17 00:00:00 2001 From: lepdou Date: Fri, 20 Jan 2017 15:43:31 +0800 Subject: [PATCH] fix modal can not scroll bug --- .../src/main/resources/static/styles/common-style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apollo-portal/src/main/resources/static/styles/common-style.css b/apollo-portal/src/main/resources/static/styles/common-style.css index 20fcf6e513f..e34a1205fb6 100644 --- a/apollo-portal/src/main/resources/static/styles/common-style.css +++ b/apollo-portal/src/main/resources/static/styles/common-style.css @@ -25,6 +25,10 @@ p, td, span { word-break: break-all; } +.modal { + overflow-y: scroll +} + .no-radius { border-radius: 0; }