chore: fix issue on macOS where close button on preferences header is not fully clickable

This commit is contained in:
Aman Harwara
2024-02-17 14:23:00 +05:30
parent 8542616a5d
commit 3d1a038393

View File

@@ -87,6 +87,10 @@
-webkit-app-region: drag;
}
.mac-desktop [data-dialog-portal]:has([data-preferences-header])::after {
height: 0;
}
button,
input,
#navigation #navigation-content,