1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Mark no-draggable areas

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2021-12-08 13:46:29 +03:00
parent 74a559a4b0
commit 7ee71219a2

View File

@ -53,6 +53,7 @@
.tools { .tools {
@apply flex items-center; @apply flex items-center;
-webkit-app-region: no-drag;
} }
.controls { .controls {
@ -61,13 +62,7 @@
align-items: center; align-items: center;
display: flex; display: flex;
height: 100%; height: 100%;
} -webkit-app-region: no-drag;
.winDraggableArea {
-webkit-user-select: none;
-webkit-app-region: drag;
flex-grow: 1;
background-color: aliceblue;
} }
.winButtons { .winButtons {