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',