Twitter Bootstrap 按钮下拉 z-index 分层问题

Twitter Bootstrap Button dropdown z-index layering issue

我一直在研究这个问题。 我的网站上有一个评论部分,可以选择使用 Twitter Bootstrap 下拉按钮进行编辑,但正如您在下面看到的那样,它被以下评论隐藏了。

我知道这不是 overflow 问题,您可以在最后一条评论下看到它的底部。所以只能是z-index分层问题。但是我把所有评论都放在 z-index: 4 上,下拉菜单放在 z-index: 1000 上,所以我不知道该怎么做!

这是一个 jsFiddle:http://jsfiddle.net/ssL1yydx/29/

只需要change/add这个css属性

Css:

.post{
      -webkit-animation-fill-mode: none !important;
}

Fiddle: http://jsfiddle.net/ssL1yydx/31/

尝试删除:

 .animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }