MiniProfiler 弹出窗口宽度
我在工作中被迫使用 IE7,并且刚刚发现 MiniProfiler 弹出 div 被压扁了:
该屏幕截图来自 http://data.stackexchange.com,但是当我在本地网站也是如此。
有人知道我该如何解决这个问题吗?
I'm forced to use IE7 at work, and have just discovered that the MiniProfiler popup div is squashed:
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
到目前为止我想出的最好的解决方案是将 CSS 溢出设置为可见。
我想不出一种方法可以在不分叉代码的情况下更改探查器生成的 CSS,但我可以在站点的主 CSS 文件中覆盖它:
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: