Ensure dropdown is not a drag element on macOS (#2540)
This commit is contained in:
@@ -53,7 +53,8 @@ export function setupMacosTitleBar(window: BrowserWindow): void {
|
|||||||
}
|
}
|
||||||
/* Exclude the main content elements from being drag handles */
|
/* Exclude the main content elements from being drag handles */
|
||||||
.mx_AuthPage .mx_AuthPage_modalBlur,
|
.mx_AuthPage .mx_AuthPage_modalBlur,
|
||||||
.mx_AuthPage .mx_AuthFooter > * {
|
.mx_AuthPage .mx_AuthFooter > *,
|
||||||
|
.mx_AuthPage .mx_Dropdown_menu {
|
||||||
-webkit-app-region: no-drag;
|
-webkit-app-region: no-drag;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user