chore: editor header not working correctly in focus mode on macOS [skip e2e]

This commit is contained in:
Aman Harwara
2024-02-26 20:46:38 +05:30
parent 06ca2bdedb
commit f8e3c4bbbd
2 changed files with 12 additions and 9 deletions

View File

@@ -77,6 +77,10 @@
-webkit-app-region: drag;
}
.mac-desktop.focus-mode #editor-title-bar {
-webkit-app-region: no-drag;
}
.mac-desktop [data-dialog-portal]:has([data-dialog])::after {
content: '';
position: absolute;