.collectionPivotView { display: flex; flex-direction: row; position: absolute; height:100%; width:100%; .collectionPivotView-flyout { width: 400px; height: 300px; display: inline-block; .collectionPivotView-flyout-item { background-color: lightgray; text-align: left; display: inline-block; position: relative; width: 100%; } } .collectionPivotView-treeView { display:flex; flex-direction: column; width: 200px; height: 100%; .collectionPivotView-addfacet { display:inline-block; width: 200px; height: 30px; background: darkGray; text-align: center; .collectionPivotView-button { align-items: center; display: flex; width: 100%; height: 100%; .collectionPivotView-span { margin: auto; } } > div, > div > div { width: 100%; height: 100%; text-align: center; } } .collectionPivotView-tree { display:inline-block; width: 200px; height: calc(100% - 30px); } } .collectionPivotView-pivot { display:inline-block; width: calc(100% - 200px); height: 100%; } }