fix app not being interactive on MacOS

This commit is contained in:
Gilles De Mey
2024-03-29 16:58:43 +01:00
parent 0c3e55d1f0
commit 86baea3b0e

View File

@@ -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) */