diff --git a/packages/desktop-client/src/components/FinancesApp.tsx b/packages/desktop-client/src/components/FinancesApp.tsx
index 534db63362b4730b410c115e5523e8f7ab4d3fa2..57deef99033e77611d480ec14d40fd320fd49178 100644
--- a/packages/desktop-client/src/components/FinancesApp.tsx
+++ b/packages/desktop-client/src/components/FinancesApp.tsx
@@ -261,16 +261,6 @@ function FinancesApp() {
               width: '100%',
             }}
           >
-            <Titlebar
-              style={{
-                WebkitAppRegion: 'drag',
-                position: 'absolute',
-                top: 0,
-                left: 0,
-                right: 0,
-                zIndex: 1000,
-              }}
-            />
             <div
               style={{
                 flex: 1,
@@ -279,6 +269,16 @@ function FinancesApp() {
                 position: 'relative',
               }}
             >
+              <Titlebar
+                style={{
+                  WebkitAppRegion: 'drag',
+                  position: 'absolute',
+                  top: 0,
+                  left: 0,
+                  right: 0,
+                  zIndex: 1000,
+                }}
+              />
               <Notifications />
               <BankSyncStatus />
               <StackedRoutes
diff --git a/upcoming-release-notes/1460.md b/upcoming-release-notes/1460.md
new file mode 100644
index 0000000000000000000000000000000000000000..9e18fb92a36feab3e5f2267a8786e4024603ebb1
--- /dev/null
+++ b/upcoming-release-notes/1460.md
@@ -0,0 +1,6 @@
+---
+category: Bugfix
+authors: [carkom]
+---
+
+Fix transparent background on titlebar.
\ No newline at end of file