fix app not being interactive on MacOS
This commit is contained in:
@@ -70,8 +70,7 @@ table {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.app {
|
.app {
|
||||||
-webkit-user-select: none;
|
user-select: none;
|
||||||
-webkit-app-region: drag;
|
|
||||||
height: 100%;
|
height: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-flow: column;
|
flex-flow: column;
|
||||||
@@ -143,6 +142,7 @@ table {
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
|
-webkit-app-region: drag;
|
||||||
background: rgb(40, 40, 40);
|
background: rgb(40, 40, 40);
|
||||||
border-bottom: 1px solid rgb(30, 30, 30);
|
border-bottom: 1px solid rgb(30, 30, 30);
|
||||||
height: 38px; /* vertically center OS menu buttons (OS X) */
|
height: 38px; /* vertically center OS menu buttons (OS X) */
|
||||||
|
|||||||
Reference in New Issue
Block a user