style: update TableContainer styles for improved responsiveness

This commit is contained in:
Zack Spear
2025-05-19 14:40:57 -07:00
parent 0760f9e477
commit 44e1e290f3
@@ -836,16 +836,16 @@ div.title.shift {
}
.TableContainer {
overflow-x: scroll;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
table {
min-width: 900px;
min-width: 1280px;
}
}
.TableContainer--widest {
overflow-x: scroll;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
table {