Skip to content

Commit

Permalink
fix: app height
Browse files Browse the repository at this point in the history
  • Loading branch information
Huy-DNA committed Sep 7, 2024
1 parent 6dfcb5c commit 91b9da1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/dbml-playground/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title>DBML Playground</title>
<script type="module" src="/src/main.ts" defer></script>
</head>
<body class="h-[89vh] m-0 p-0 overflow-hidden">
<div id="app" class="h-full m-0 p-0"></div>
<body class="m-0 p-0">
<div id="app" class="h-[93vh] m-0 p-0"></div>
</body>
</html>

0 comments on commit 91b9da1

Please sign in to comment.