mirror of
https://github.com/element-hq/element-desktop.git
synced 2025-09-17 11:04:22 +02:00
Ensure dropdown is not a drag element on macOS (#2540)
This commit is contained in:
committed by
GitHub
parent
15f944581b
commit
f1039d3fc2
@@ -53,7 +53,8 @@ export function setupMacosTitleBar(window: BrowserWindow): void {
|
||||
}
|
||||
/* Exclude the main content elements from being drag handles */
|
||||
.mx_AuthPage .mx_AuthPage_modalBlur,
|
||||
.mx_AuthPage .mx_AuthFooter > * {
|
||||
.mx_AuthPage .mx_AuthFooter > *,
|
||||
.mx_AuthPage .mx_Dropdown_menu {
|
||||
-webkit-app-region: no-drag;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user