Fix a few mobile screen size issues (#6808)
This commit is contained in:
parent
65c7168492
commit
0c2ccf25dc
2 changed files with 3 additions and 3 deletions
|
|
@ -47,7 +47,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-screen"></div>
|
||||
<div id="root" class="flex flex-col h-dvh"></div>
|
||||
<script src="/src/entry.tsx" type="module"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue