summaryrefslogtreecommitdiffhomepage
path: root/packages/desktop/index.html
diff options
context:
space:
mode:
authorFilip <[email protected]>2026-02-03 01:20:05 +0100
committerGitHub <[email protected]>2026-02-02 18:20:05 -0600
commit96fbc309450c00c02c76bc4fe2e3c4524d31cb90 (patch)
tree6bae8e1d3a79152eee65008a92cc023dc4c5a760 /packages/desktop/index.html
parentba545ba9b301b29ea54e9e4e7cb9b8584a952dd8 (diff)
downloadopencode-96fbc309450c00c02c76bc4fe2e3c4524d31cb90.tar.gz
opencode-96fbc309450c00c02c76bc4fe2e3c4524d31cb90.zip
fix(app): drag region for native controls (#11854)
Diffstat (limited to 'packages/desktop/index.html')
-rw-r--r--packages/desktop/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/desktop/index.html b/packages/desktop/index.html
index a5a8c2571..6a81ef4a5 100644
--- a/packages/desktop/index.html
+++ b/packages/desktop/index.html
@@ -17,7 +17,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-dvh p-px"></div>
+ <div id="root" class="flex flex-col h-dvh"></div>
<div data-tauri-decorum-tb class="w-0 h-0 hidden" />
<script src="/src/index.tsx" type="module"></script>
</body>