.box { width: 100%; height: 100%; background: #fff; font-size: 15px; color: black; box-sizing: border-box; display: flex; flex-direction: column; overflow-y: auto; } .btnbox{ display: flex; margin-bottom: 8px; button{ margin-right: 6px; } }