chore: fix macOS issue with top-half of toolbar buttons dragging the window

This commit is contained in:
Aman Harwara 2024-01-30 18:09:37 +05:30
parent 9854ca898e
commit 3c0370aae2
No known key found for this signature in database

View file

@ -74,7 +74,7 @@
-webkit-app-region: drag;
}
.mac-desktop [data-dialog-portal]::after {
.mac-desktop [data-dialog-portal]:has([data-dialog])::after {
content: '';
position: absolute;
top: 0;