chore: fix issue on mac where app is not draggable if locked [skip e2e]
This commit is contained in:
@@ -74,6 +74,16 @@
|
|||||||
-webkit-app-region: drag;
|
-webkit-app-region: drag;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mac-desktop [data-dialog-portal]::after {
|
||||||
|
content: '';
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
width: 100%;
|
||||||
|
height: 32px;
|
||||||
|
-webkit-app-region: drag;
|
||||||
|
}
|
||||||
|
|
||||||
button,
|
button,
|
||||||
input,
|
input,
|
||||||
#navigation #navigation-content,
|
#navigation #navigation-content,
|
||||||
|
|||||||
Reference in New Issue
Block a user