diff options
| author | Filip <[email protected]> | 2026-02-03 01:20:05 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-02-02 18:20:05 -0600 |
| commit | 96fbc309450c00c02c76bc4fe2e3c4524d31cb90 (patch) | |
| tree | 6bae8e1d3a79152eee65008a92cc023dc4c5a760 /packages/desktop/index.html | |
| parent | ba545ba9b301b29ea54e9e4e7cb9b8584a952dd8 (diff) | |
| download | opencode-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.html | 2 |
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> |
