aboutsummaryrefslogtreecommitdiff
path: root/modern/public/index.html
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2020-07-25 12:36:19 -0700
committerAnton Tananaev <anton.tananaev@gmail.com>2020-07-25 12:36:19 -0700
commitd69bb2b2c3053c2c61e4e5d7029751debcfb0dd9 (patch)
treea8acdb87aea6c39ba1c0712186a2be1dadaff181 /modern/public/index.html
parent94be29b98ef9ca509c38c2576dc56828a788937e (diff)
downloadetbsa-traccar-web-d69bb2b2c3053c2c61e4e5d7029751debcfb0dd9.tar.gz
etbsa-traccar-web-d69bb2b2c3053c2c61e4e5d7029751debcfb0dd9.tar.bz2
etbsa-traccar-web-d69bb2b2c3053c2c61e4e5d7029751debcfb0dd9.zip
Implement simple route report
Diffstat (limited to 'modern/public/index.html')
-rw-r--r--modern/public/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/modern/public/index.html b/modern/public/index.html
index 29800eb..ecded7c 100644
--- a/modern/public/index.html
+++ b/modern/public/index.html
@@ -12,6 +12,6 @@
<noscript>
You need to enable JavaScript to run this app.
</noscript>
- <div id="root"></div>
+ <div id="root" style="height: 100vh;"></div>
</body>
</html>