Search code examples
javascriptjqueryhtmlcolorbox

jQuery - cant get scrollbars to show in Colorbox


I have some inline content popping up in colorbox but on smaller screens some of it gets lost. I set the 'scroll' option to true in the colorbox script file, but it still doesnt want to work. anything else i should do?


Solution

  • Check for overflow:hidden in the CSS stylesheets or in the script files and if you find it, remove it.