page{ height: 100%; } .list{ min-height: 100vh; } .history{ background: white; padding: 12px; margin: 10px; border-radius: 8px; } .history.crawl{ border: 2px green solid; } .header, .detail{ color: dimgray; font-size: 12px; } .footer{ display: flex; } .footer>button{ flex: 1; border-radius: 0; } .sticky{ bottom: 0; position: sticky; }