atproto explorer pdsls.dev
atproto tool

fix body height

juli.ee 66ca6faf b6522503

verified
Changed files
+1 -1
+1 -1
index.html
···
<script src="/src/index.tsx" type="module"></script>
</head>
-
<body id="root" class="dark:bg-dark-500 bg-neutral-100">
<noscript>You need to enable JavaScript to run this app.</noscript>
</body>
</html>
···
<script src="/src/index.tsx" type="module"></script>
</head>
+
<body id="root" class="dark:bg-dark-500 min-h-screen bg-neutral-100">
<noscript>You need to enable JavaScript to run this app.</noscript>
</body>
</html>