Open JanDW opened 4 years ago
overflow-x: scroll;
tabindex=0
scrollWidth
clientWidth
Work is done is katex-overflow branch.
Also, when the viewport is wide enough, should the block just take up more available space and break out of the container?
Improve accessibility:
overflow-x: scroll;
tabindex=0
, but only when it actually overflows:scrollWidth
exceedsclientWidth
for the containerWork is done is katex-overflow branch.