We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b0f8c6 commit 94dfac0Copy full SHA for 94dfac0
web/index.html
@@ -38,9 +38,14 @@
38
</script>
39
<!-- This script adds the flutter initialization JS code -->
40
<script src="flutter.js" defer></script>
41
+ <style>
42
+ body {
43
+ margin: 0;
44
+ }
45
+ </style>
46
</head>
47
<body>
- <div style="width: 100%; height: 100%;">
48
+ <div style="width: 100%; height: 100%; position: absolute;">
49
<div id="left" style="width: 50%; height: 100%; float: left;"></div>
50
<div id="right" style="width: 50%; height: 100%; float: left;"></div>
51
</div>
0 commit comments