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:
parent
74a559a4b0
commit
7ee71219a2
@ -53,6 +53,7 @@
|
||||
|
||||
.tools {
|
||||
@apply flex items-center;
|
||||
-webkit-app-region: no-drag;
|
||||
}
|
||||
|
||||
.controls {
|
||||
@ -61,13 +62,7 @@
|
||||
align-items: center;
|
||||
display: flex;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.winDraggableArea {
|
||||
-webkit-user-select: none;
|
||||
-webkit-app-region: drag;
|
||||
flex-grow: 1;
|
||||
background-color: aliceblue;
|
||||
-webkit-app-region: no-drag;
|
||||
}
|
||||
|
||||
.winButtons {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user