我在单页上有3个精美的弹出框。
我在fancybox上应用了这个CSS属性,因为我需要一个2个弹出窗口的垂直滚动条:
.fancybox-inner{ overflow-y:scroll; overflow-x:hidden !important; }
现在我添加了第三个Popup,但我不需要垂直滚动条。(没有滚动条)。
这是我的Fancybox脚本:
$(".container").fancybox({
openEffect : 'none',
closeEffect : 'none',
helpers : { title : { type : 'over' } }
});
任何解决方案?