summaryrefslogtreecommitdiffhomepage
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/app/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/app/index.html b/packages/app/index.html
index a8d663454..450807a42 100644
--- a/packages/app/index.html
+++ b/packages/app/index.html
@@ -17,7 +17,7 @@
</head>
<body class="antialiased overscroll-none text-12-regular overflow-hidden">
<noscript>You need to enable JavaScript to run this app.</noscript>
- <div id="root" class="flex flex-col h-dvh"></div>
+ <div id="root" class="flex flex-col h-dvh p-px"></div>
<script src="/src/entry.tsx" type="module"></script>
</body>
</html>