When the content of Thickbox is bigger than browser size - no scroll bar appear in browser

StackOverflow https://stackoverflow.com/questions/23198271

  •  07-07-2023
  •  | 
  •  

Question

How to deal with, When the content of Thickbox is bigger then browser size - no scroll bar appear in browser. When thickbox is displaying itself bigger then browser size and it does not show scroll bars, so there is no way of getting to the last sentences display in Thickbox like Submit or Cancel Button?

I did search internet for a solution - I did not find anything that I implemented.

I did put this code in thickbox.js , but it ignored it:

TB_WIDTH = 750; 
TB_HEIGHT = 750; 
Was it helpful?

Solution

Try with overflow:scroll; or overflow:auto; on parent element.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top