Add DOCTYPE html and fix google maps acting out
This commit is contained in:
1
web/dist/index.html
vendored
1
web/dist/index.html
vendored
@@ -1,3 +1,4 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
|||||||
9
web/dist/main.css
vendored
9
web/dist/main.css
vendored
@@ -1,5 +1,14 @@
|
|||||||
body {
|
body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
html {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
#root {
|
||||||
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
*, :after, :before {
|
*, :after, :before {
|
||||||
|
|||||||
Reference in New Issue
Block a user