TryGhost / docs

Ghost's official documentation
https://docs.ghost.org
MIT License
112 stars 79 forks source link

Add script to wrap <table> elements in <div> #63

Closed aileen closed 5 years ago

aileen commented 5 years ago

To enable horizontal scrolling for tables that are rendered from a Ghost post source, we need to add a <div> wrapper for those <table> elements, due to a flexbox bug.

The probably easiest way to do so, is to use the gatsby-browser API.

JohnONolan commented 5 years ago

This is not a priority.