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
  •  | 
  •  

Frage

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; 
War es hilfreich?

Lösung

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

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top