yodeski / mvc-mini-profiler

Automatically exported from code.google.com/p/mvc-mini-profiler
0 stars 0 forks source link

Queries background overlaps the actual queries in Opera #79

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Use Opera Browser
2. Open query results

What is the expected output? What do you see instead?

The background should be behind the information, instead the background is on 
top of the information

What version of the product are you using? On what operating system?

1.7

Please provide any additional information below.

The fix is that the background specifies a z-index of '2147483642', the 
'profiler-results' has no z-index at all. 

Specifying a z-index on the class 'profiler-results' that is higher than the 
background 'profiler-queries-bg' fix's the issue.

Original issue reported on code.google.com by phillip....@gmail.com on 31 Jul 2011 at 4:58

GoogleCodeExporter commented 9 years ago
added this ... however I am not particularly fond of the way it looks in opera 
... still a bit ugly

Original comment by sam.saff...@gmail.com on 26 Aug 2011 at 2:41