| Index: tracing/tracing/base/base.html
|
| diff --git a/tracing/tracing/base/base.html b/tracing/tracing/base/base.html
|
| index f1746563df0eb8d07ec84a0a8f92bf5c0092b586..c313389b4d0ea2e6f799ccba3d96f67bf6249881 100644
|
| --- a/tracing/tracing/base/base.html
|
| +++ b/tracing/tracing/base/base.html
|
| @@ -79,7 +79,7 @@ this.tr = (function() {
|
| panicOverlay.style.border = '3px solid red';
|
| panicOverlay.style.boxSizing = 'border-box';
|
| panicOverlay.style.color = 'black';
|
| - panicOverlay.style.display = '-webkit-flex';
|
| + panicOverlay.style.display = 'flex';
|
| panicOverlay.style.height = '100%';
|
| panicOverlay.style.left = 0;
|
| panicOverlay.style.padding = '8px';
|
|
|