fix: Fixes portions of window not being draggable on desktop (#2925)
This commit is contained in:
committed by
GitHub
parent
45bcc0e0b1
commit
2b41c8337b
@@ -70,12 +70,19 @@
|
|||||||
|
|
||||||
/* https://github.com/electron/electron/issues/37789 */
|
/* https://github.com/electron/electron/issues/37789 */
|
||||||
.mac-desktop #navigation,
|
.mac-desktop #navigation,
|
||||||
|
.mac-desktop #items-column,
|
||||||
|
.mac-desktop #editor-column,
|
||||||
.mac-desktop #items-title-bar,
|
.mac-desktop #items-title-bar,
|
||||||
.mac-desktop #editor-title-bar,
|
.mac-desktop #editor-title-bar,
|
||||||
.mac-desktop [data-preferences-header] {
|
.mac-desktop [data-preferences-header] {
|
||||||
-webkit-app-region: drag;
|
-webkit-app-region: drag;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mac-desktop #items-column > *:not(#items-title-bar),
|
||||||
|
.mac-desktop #editor-column > *:not(#editor-title-bar) {
|
||||||
|
-webkit-app-region: no-drag;
|
||||||
|
}
|
||||||
|
|
||||||
.mac-desktop.focus-mode #editor-title-bar {
|
.mac-desktop.focus-mode #editor-title-bar {
|
||||||
-webkit-app-region: no-drag;
|
-webkit-app-region: no-drag;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user