Small styling change for the table scroll

This commit is contained in:
Jonathan Bobel
2024-06-10 10:31:43 -04:00
parent abcbb0eb7a
commit 9af16b443a

View File

@@ -365,7 +365,7 @@ td.table-empty-message {
}
}
.table-wrapper {
overflow-x: scroll;
overflow-x: auto;
}
}