From 233f55a4fcd1340aeb649b3a9665cf4bd63f5685 Mon Sep 17 00:00:00 2001 From: f-r00t Date: Mon, 21 Feb 2022 01:44:09 +0100 Subject: [PATCH] Fixed bug where draggable balance text blocked clicks on Windows --- app/mainWindow/app.global.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app/mainWindow/app.global.css b/app/mainWindow/app.global.css index 6fc1c12..eeeb5b4 100644 --- a/app/mainWindow/app.global.css +++ b/app/mainWindow/app.global.css @@ -1650,6 +1650,7 @@ animation-direction: alternate; */ margin-top: -20px; white-space: nowrap; width: 100%; + -webkit-app-region: no-drag; }