Commit 4afae6a
committed
fix(docs): fixed mobile horizontal overflow on tables
- overflow:hidden is ignored on display:table elements per CSS spec
- changed to display:block + overflow-x:auto so tables scroll within themselves on mobile
- affects all doc pages globally, not just methodology1 parent 0678a83 commit 4afae6a
1 file changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
| 94 | + | |
94 | 95 | | |
95 | 96 | | |
96 | | - | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
97 | 100 | | |
98 | 101 | | |
99 | 102 | | |
| |||
0 commit comments