颜色框滚动条

L84*_*L84 2 javascript css jquery colorbox css-transitions

我有一个在灯箱中打开的图像(Colorbox 是脚本)。当图像打开时,我添加了一个 CSS3 动画。效果很好,但起初灯箱有滚动条,一旦动画完成就会消失。

如何防止灯箱根本不显示滚动条?

代码:

#start{
  /* Width and Height of the Image */
  width:526px;
  height:450px;
}

<div class="hide">
<div id="start">
 <img src="/Images/designs/start-large.jpg" class="animated rollIn"> 
</div>
</div>
Run Code Online (Sandbox Code Playgroud)

Tim*_*Tim 5

将颜色框设置设置scrollingfalse禁用内容滚动条。