MvcMiniProfiler 结果/chicklet 被 DIV 隐藏/覆盖
有什么方法可以控制MvcMiniProfiler的显示属性吗?我实际上有一个始终显示在浏览器顶部的 DIV 横幅(从显示的 SO 横幅中窃取了外观和想法 - 即“恭喜,您已获得特权...”)。
当显示此消息/DIV 时,它会覆盖 1-2 个小鸡,我无法展开它们来查看分析信息。
有什么想法吗?
更新:这是我的 div/消息的 CSS。我想我直接偷了SO,但很久以前就这么做了,所以也许他们改变了。
#altDBToolbar
{
border-bottom: 1px solid #3b5998;
background: #6d84b4;
position: fixed;
top: 0;
left: 0;
z-index: 1000;
width: 100%;
height: 40px;
text-align: center;
}
#altDBToolbar p
{
padding-top: 0px;
}
Any way to control the display properties of MvcMiniProfiler? I actually have a DIV banner (stole look and idea from the SO banner that shows - i.e. 'Congrats, you've gained the privilege...') that displays at the top of the browser at all times.
When this message/DIV is displayed it covers up 1-2 chicklets and I have no way of expanding them to see profiling information.
Any ideas?
Update: Here is my CSS for the div/message. I think I stole SO directly, but did it long ago so maybe they changed.
#altDBToolbar
{
border-bottom: 1px solid #3b5998;
background: #6d84b4;
position: fixed;
top: 0;
left: 0;
z-index: 1000;
width: 100%;
height: 40px;
text-align: center;
}
#altDBToolbar p
{
padding-top: 0px;
}
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试给予
.profiler-结果 z-index > 1000
Try giving
.profiler-results a z-index > 1000