mirror of
https://github.com/filp/whoops.git
synced 2026-08-31 04:27:52 +00:00
Added z-index fix.
Added a very high z-index so that the whoops page never appears under sticky headers or have any other misc content float over the page.
This commit is contained in:
@@ -12,6 +12,11 @@ body {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.Whoops.container {
|
||||
position: relative;
|
||||
z-index: 9999999999;
|
||||
}
|
||||
|
||||
.panel {
|
||||
overflow-y: scroll;
|
||||
height: 100%;
|
||||
|
||||
Reference in New Issue
Block a user