Skip to content

Instantly share code, notes, and snippets.

@willbroderick
Created October 19, 2017 15:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save willbroderick/2ab4ae12a158541d0381485c04ad076d to your computer and use it in GitHub Desktop.
Save willbroderick/2ab4ae12a158541d0381485c04ad076d to your computer and use it in GitHub Desktop.
Overflowing tables - wrap in a scrollable container
// copy this to the very bottom of themes.js.liquid (might need to change the '.rte' depending on theme - this one's for Showcase)
$('.rte table').wrap('<div style="overflow: auto; border: 1px solid rgba(0,0,0,0.0.5)">');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment