adds back overflow on table section
This commit is contained in:
parent
df196547d4
commit
9e7e558675
1 changed files with 3 additions and 0 deletions
|
|
@ -368,6 +368,9 @@
|
|||
}
|
||||
}
|
||||
|
||||
section.table {
|
||||
overflow-x: auto;
|
||||
}
|
||||
section.table table {
|
||||
background-color: transparent;
|
||||
border-collapse: separate;
|
||||
|
|
|
|||
Loading…
Reference in a new issue