summaryrefslogtreecommitdiffstats
path: root/vid-webpack-master/src/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'vid-webpack-master/src/index.html')
-rw-r--r--vid-webpack-master/src/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/vid-webpack-master/src/index.html b/vid-webpack-master/src/index.html
index f3c3a9170..c31fc9405 100644
--- a/vid-webpack-master/src/index.html
+++ b/vid-webpack-master/src/index.html
@@ -6,7 +6,7 @@
<link rel="icon" type="image/x-icon" href="./assets/img/favicon.ico">
<base href="./">
</head>
-<body>
-<vid-app>Loading..</vid-app>
+<body style="height: 101%;">
+ <vid-app >Loading..</vid-app>
</body>
</html>