diff --git a/apps/desktop/src/App.vue b/apps/desktop/src/App.vue index ee5de9962..28a6b0327 100644 --- a/apps/desktop/src/App.vue +++ b/apps/desktop/src/App.vue @@ -948,10 +948,10 @@ onUnmounted(() => { :setup-mode="setupRequired" @authenticated="onLoginSuccess" /> -
{{ t("welcome.mcpDescription") }}
-npx @dbx-app/mcp-server
+ npx @dbx-app/mcp-server
{{
t("welcome.mcpLearnMore")
}}
diff --git a/apps/desktop/src/styles/globals.css b/apps/desktop/src/styles/globals.css
index 2a00a7eea..ba3178d3b 100644
--- a/apps/desktop/src/styles/globals.css
+++ b/apps/desktop/src/styles/globals.css
@@ -157,6 +157,14 @@ body.dbx-table-reference-dragging * {
* {
@apply border-border outline-ring/50;
}
+ html,
+ body,
+ #root {
+ width: 100%;
+ height: 100%;
+ overflow: hidden;
+ overscroll-behavior: none;
+ }
body {
@apply bg-background text-foreground;
@apply font-sans;