MiniProfiler 弹出窗口宽度

发布于 2024-12-11 00:40:25 字数 283 浏览 0 评论 0原文

我在工作中被迫使用 IE7,并且刚刚发现 MiniProfiler 弹出 div 被压扁了:

squashed popup

该屏幕截图来自 http://data.stackexchange.com,但是当我在本地网站也是如此。

有人知道我该如何解决这个问题吗?

I'm forced to use IE7 at work, and have just discovered that the MiniProfiler popup div is squashed:

squashed popup

That screenshot is from http://data.stackexchange.com, but it happens when I run the profiler on a local site too.

Anyone got any ideas how I can fix this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

醉殇 2024-12-18 00:40:25

到目前为止我想出的最好的解决方案是将 CSS 溢出设置为可见。

我想不出一种方法可以在不分叉代码的情况下更改探查器生成的 CSS,但我可以在站点的主 CSS 文件中覆盖它:

div.profiler-popup
{
    overflow: visible !important;
}

The best solution I've come up with so far is to set the CSS overflow to visible.

I can't think of a way to change the CSS generated by the profiler without forking the code, but I can override it in the site's main CSS file:

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