.field-info-table { max-width: 40rem; } .field-info-table td { max-width: 49%; } .field-info { padding-bottom: 3rem; border-bottom: gainsboro 2px solid; margin-bottom: 3rem; } .field-info h2 { display: inline-block; } .field-info .edit-link { display: block; } .scrolling-table-container { overflow-x: auto; } .yes-icon { color: #2e7d32; } .no-icon { color: #c62828; } .scrolling-table-container { max-height: 600px; /* or whatever */ overflow-y: auto; } .scrolling-table-container table thead th { position: sticky; top: 0; z-index: 2; background: white; /* IMPORTANT so text doesn't overlap */ }