web: add desktop drag region in auth pages

Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
This commit is contained in:
01zulfi
2025-12-24 16:08:02 +05:00
parent 41094c80d5
commit 1cf6c000ca
2 changed files with 11 additions and 1 deletions

View File

@@ -2,7 +2,8 @@
.titlebarLogo,
.theme-scope-titleBar,
.navigation-menu-header,
.route-container-header {
.route-container-header,
.desktop-drag-region {
-webkit-app-region: drag;
}

View File

@@ -97,6 +97,15 @@ function AuthContainer(props) {
flex: 1
}}
>
<Box
className="desktop-drag-region"
sx={{
position: "absolute",
top: 0,
left: 0,
height: "50%"
}}
/>
<Box
as="svg"
version="1.1"