.header { width: 100%; padding: 12px 10px; // margin-bottom: 10px; box-sizing: border-box; // border-bottom: 1px solid black; .queryBox { box-sizing: border-box; padding: 5px 25px; display: flex; flex-direction: row; flex-wrap: wrap; align-items:center; // justify-content:center; .queryField { margin: 3px 40px; input { width: 180px; height: 22px; line-height: 22px; border-radius: 3px;} } } //queryBox .ordiv{ position: relative; .organizationbox{ width:450px; height: 200px; background: white; position: absolute; top: 48px; left: 77px; z-index: 999; border: 1px solid grey; overflow-y: auto; li{ overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } mat-tree-node{ cursor: pointer; white-space:pre; } mat-tree-node:hover{ background: rgba(225, 225, 225, 0.8); } .closediv{ z-index: 100; position: absolute; right: 0; top: 0; width: 30px; height: 30px; cursor: pointer; line-height: 30px; text-align: center; } .closediv:hover{ background:rgba(225, 225, 225, 0.8); } } } } .body{ .buttonbox{ padding-left: 50px; button{ margin:0 10px } } .tablebox{ table{ width: 100%; margin-top: 15px; } mat-paginator{ width: 100%; } } }