chore: fix issue on mac where app is not draggable if locked [skip e2e]

This commit is contained in:
Aman Harwara
2024-01-27 16:51:33 +05:30
parent dc22101a7c
commit 07cba245c1

View File

@@ -74,6 +74,16 @@
-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,
input,
#navigation #navigation-content,