table scroll again

This commit is contained in:
Cory LaViska
2024-06-20 15:56:06 -04:00
parent 18688ef231
commit d8fa532caa

View File

@@ -270,3 +270,7 @@ wa-page[view='desktop'] > main {
.component-table td > * + * {
margin-block-start: var(--wa-space-s);
}
.table-scroll {
overflow-x: auto;
}