Skip to content

Commit

Permalink
ui fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanharikr committed Jan 16, 2025
1 parent a8e780c commit e2e5113
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,8 @@
<script src="https://cdn.hello.coop/js/hello-dev-wc-footer.js" defer></script>
<script src="/purge-cache.js" defer></script>
<style type="text/css">
html,
body {
min-width: 320px;
overflow-x: auto;
overflow-y: auto;
}
.spinner {
position: absolute;
Expand Down Expand Up @@ -73,7 +70,7 @@

<body>
<div id="load-spinner" class="spinner"></div>
<div id="app" class="h-full flex flex-col"></div>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>

0 comments on commit e2e5113

Please sign in to comment.