.top-sticky{ position: sticky; top: 0; overflow-x: scroll; background: white; } .top-sticky>.item{ margin: 4px; padding: 4px 8px; background: #00b0f0; color: white; font-size: 12px; border-radius: 50px; } .list{ padding-bottom: 40px; } .history-item-wrp{ margin-bottom: 10px } .footer{ display: flex; bottom: 0; position: fixed; } .footer>button{ flex: 1; border-radius: 0; }