.table-wrapper{max-width:700px;overflow:scroll;}table{position:relative;border:1pxsolid#ddd;border-collapse:collapse;}td,th{white-space:nowrap;border:1pxsolid#ddd;padding:20px;text-align:center;}
// The heading of our tableth{background-color:#eee;position:sticky;top:-1px;z-index:2;
// Thefirstcellthatlivesinthetopleftofourspreadsheet
&:first-of-type {
left: 0;z-index:3;}
}
// The first column that we want to stick to the left
tbodytrtd:first-of-type{background-color:#eee;position:sticky;left:-1px;z-index:1;}