MvcMiniProfiler 结果/chicklet 被 DIV 隐藏/覆盖

发布于 2024-11-26 05:48:24 字数 510 浏览 2 评论 0原文

有什么方法可以控制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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

倾`听者〃 2024-12-03 05:48:24

尝试给予
.profiler-结果 z-index > 1000

Try giving
.profiler-results a z-index > 1000

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文