Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 YUI Dialog。但即使在溢出到自动之后,垂直滚动条也不会出现。如果我在创建对话框时给出高度属性,它工作正常
Here is the code http://jsfiddle.net/SNfcG/
我认为您将需要动态设置高度以使其获得滚动条(因此根据页面加载时的视口大小设置高度,然后在调整窗口大小时将其重置)。我不认为 YUI2 面板可以为您提供开箱即用的功能。