Adding the ability to switch tables in the js

Updating css
Testing updated js
This commit is contained in:
Jonathan Bobel
2024-08-05 16:05:54 -04:00
parent 7ac6400827
commit d6079a463d
4 changed files with 126 additions and 12 deletions

View File

@@ -332,6 +332,12 @@ td.table-empty-message {
bottom: 0;
}
.table-overflow-x-auto {
&.hidden {
display: none;
}
}
@media (max-width: units('desktop-lg')) {
.table-overflow-x-auto {
overflow-x: auto;