diff options
| author | David Hill <[email protected]> | 2025-12-12 20:23:06 +0000 |
|---|---|---|
| committer | David Hill <[email protected]> | 2025-12-12 20:23:06 +0000 |
| commit | 9b77246246ab0d81aaee23514c343ccb93c36847 (patch) | |
| tree | 09749dd9d91275b7fec4035fafbefc9e4cd0cb6c /packages/tauri/index.html | |
| parent | cf3bc1e0a6324a01ae10a2849476d7dc07e4876b (diff) | |
| parent | d51c6ca39f382ef616157680ca7366b6ee58713e (diff) | |
| download | opencode-9b77246246ab0d81aaee23514c343ccb93c36847.tar.gz opencode-9b77246246ab0d81aaee23514c343ccb93c36847.zip | |
Merge branch 'dev' of https://github.com/sst/opencode into dev
Diffstat (limited to 'packages/tauri/index.html')
| -rw-r--r-- | packages/tauri/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/tauri/index.html b/packages/tauri/index.html index 0ac3d566d..8de2d21d0 100644 --- a/packages/tauri/index.html +++ b/packages/tauri/index.html @@ -14,7 +14,7 @@ <meta property="og:image" content="/social-share.png" /> <meta property="twitter:image" content="/social-share.png" /> </head> - <body class="antialiased overscroll-none select-none text-12-regular"> + <body class="antialiased overscroll-none select-none text-12-regular overflow-hidden"> <script> ;(function () { const savedTheme = localStorage.getItem("theme") || "oc-1" @@ -22,7 +22,7 @@ })() </script> <noscript>You need to enable JavaScript to run this app.</noscript> - <div id="root"></div> + <div id="root" class="flex flex-col h-screen"></div> <script src="/src/index.tsx" type="module"></script> </body> </html> |
