I have an image of a table that I am working with. Here is the image for reference: https://i.sstatic.net/ak9Rp.jpg
My goal is to make the total row sticky on the table while allowing columns like Math, History, and Biology to scroll horizontally. Currently, the Math column is next to the Total, but I also want History or Biology to be positioned next to the Total as needed. Here is a snippet of my code so far:
.last-workouts .last-workout-table {
border-radius: 20px;
}
// More CSS styling rules here...
// HTML structure here...
If you have any suggestions on how I can achieve this layout, please let me know. Thank you