From cfaf4fb468267f8e0ffc6c38cf5655916330a07e Mon Sep 17 00:00:00 2001 From: Zill Ding Date: Wed, 31 May 2017 22:35:55 +0800 Subject: [PATCH] Fix addon panel layout styling --- lib/ui/src/modules/ui/components/layout/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ui/src/modules/ui/components/layout/index.js b/lib/ui/src/modules/ui/components/layout/index.js index 3fbb897a80ae..61e50d292e4e 100755 --- a/lib/ui/src/modules/ui/components/layout/index.js +++ b/lib/ui/src/modules/ui/components/layout/index.js @@ -22,6 +22,7 @@ const downPanelStyle = downPanelInRight => ({ display: 'flex', flexDirection: downPanelInRight ? 'row' : 'column', alignItems: 'stretch', + position: 'absolute', width: '100%', height: '100%', padding: downPanelInRight ? '5px 10px 10px 0' : '0px 10px 10px 0',