jQuery UI dialog: vertical scroll works not correct if dialog height more than window height

后端 未结 2 915
无人及你
无人及你 2021-01-05 23:42

Here is code:



        
2条回答
  •  甜味超标
    2021-01-06 00:32

    A clean solution would be like this one:

    http://jsfiddle.net/4fc33/6/

    What I'm doing is wraping the jQuery UI overlay create method to turn off the event that prevents scrolling to work correctly.

提交回复
热议问题