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:
Mackenzie
2018-03-05 08:02:36 -06:00
committed by GitHub
parent 80eb131baf
commit 175ba0896f
+5
View File
@@ -12,6 +12,11 @@ body {
text-decoration: none;
}
.Whoops.container {
position: relative;
z-index: 9999999999;
}
.panel {
overflow-y: scroll;
height: 100%;