From 86baea3b0e89a98d9c8d75738bec88bd65a69f79 Mon Sep 17 00:00:00 2001 From: Gilles De Mey Date: Fri, 29 Mar 2024 16:58:43 +0100 Subject: [PATCH] fix app not being interactive on MacOS --- static/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/main.css b/static/main.css index 5597b55f..7bfe72ac 100644 --- a/static/main.css +++ b/static/main.css @@ -70,8 +70,7 @@ table { } .app { - -webkit-user-select: none; - -webkit-app-region: drag; + user-select: none; height: 100%; display: flex; flex-flow: column; @@ -143,6 +142,7 @@ table { */ .header { + -webkit-app-region: drag; background: rgb(40, 40, 40); border-bottom: 1px solid rgb(30, 30, 30); height: 38px; /* vertically center OS menu buttons (OS X) */