Skip to content

Commit b482572

Browse files
committed
Remove padding and margin from body
1 parent 251a7c9 commit b482572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bridge.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export const useBridge = <T>(
1616
<meta charset="utf-8" />
1717
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
1818
</head>
19-
<body>
19+
<body style="margin: 0 !important;padding: 0 !important;">
2020
<div id="${ROOT_ID}"></div>
2121
<script type="text/javascript">(function(){${app}})()</script>
2222
</body>

0 commit comments

Comments
 (0)