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

문제

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; 
도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top