adds back overflow on table section

This commit is contained in:
Jon McClure 2023-04-14 13:26:12 +01:00
parent df196547d4
commit 9e7e558675

View file

@ -368,6 +368,9 @@
} }
} }
section.table {
overflow-x: auto;
}
section.table table { section.table table {
background-color: transparent; background-color: transparent;
border-collapse: separate; border-collapse: separate;