diff options
| -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 6a81ef4a5..a5a8c2571 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"></div> + <div id="root" class="flex flex-col h-dvh p-px"></div> <div data-tauri-decorum-tb class="w-0 h-0 hidden" /> <script src="/src/index.tsx" type="module"></script> </body> |
