Bootstrap css似乎切断了我的网站Action Filter for plain Asp.net MVC controller上的YouTube订阅按钮的下半部分
我该如何解决这个问题?
答案 0 :(得分:0)
在youmax_clean.css中你必须删除你的overflow:hidden属性 溢出隐藏会隐藏你的重叠部分。
.youmax-subscribe {
display: inline-block;
width: 150px;
height: 25px;
position: absolute;
top: 0px;
margin: auto;
left: 0px;
bottom: 0px;
right: 0px;
}
删除这个:: overflow:hidden; :::在你的youmax_clean.css