| Index: runtime/bin/vmservice/observatory/web/index.html
|
| diff --git a/runtime/bin/vmservice/observatory/web/index.html b/runtime/bin/vmservice/observatory/web/index.html
|
| index 1d7782211218c3f5d77e84976cf0bae8b0fe0800..75dce9f27c7be695282a74f8a86a04440c559c41 100644
|
| --- a/runtime/bin/vmservice/observatory/web/index.html
|
| +++ b/runtime/bin/vmservice/observatory/web/index.html
|
| @@ -1,4 +1,5 @@
|
| <!DOCTYPE html>
|
| +<html style="height: 100%">
|
| <head>
|
| <meta charset="utf-8">
|
| <title>Dart VM Observatory</title>
|
| @@ -10,6 +11,7 @@
|
| <script type="application/dart" src="main.dart"></script>
|
| <script src="packages/browser/dart.js"></script>
|
| </head>
|
| -<body>
|
| +<body style="height: 100%">
|
| <observatory-application></observatory-application>
|
| </body>
|
| +</html>
|
|
|