mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 19:56:45 +02:00
Ensure dropdown is not a drag element on macOS (#2540)
This commit is contained in:
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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user