.pretty-split-pane-frame { /*box-sizing: border-box;*/ width: 100%; height: 100%; /*padding: 5px;*/ /*background: silver;*/ } .pretty-split-pane-frame .split-pane > .split-pane-divider.dragged.touch { background: blue; opacity: 0.25; } .pretty-split-pane-component-inner { box-sizing: border-box; /*border: 1px solid gray;*/ background: white; width: 100%; height: 100%; /*padding: 0 1em;*/ overflow: auto; } #top-component { bottom: 220px; margin-bottom: 5px; min-height: 100px; } #my-divider { bottom: 220px; height: 5px; background-color: #DCDFE6; /*border:0.5px solid silver;*/ } #bottom-component { height: 220px; min-height: 100px; }