Content-Length: 1018 | pFad | http://github.com/lowcoder-org/lowcoder/pull/1746.patch
thub.com
From f113adc794e16fca0553dfc2cc41b2b5404334df Mon Sep 17 00:00:00 2001
From: Faran Javed
Date: Wed, 4 Jun 2025 23:20:33 +0500
Subject: [PATCH] [Fix]: Workspace switch submenu overflow for Mobile Screens
---
client/packages/lowcoder/src/pages/common/profileDropdown.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/client/packages/lowcoder/src/pages/common/profileDropdown.tsx b/client/packages/lowcoder/src/pages/common/profileDropdown.tsx
index cf9e6d792..4f083cc18 100644
--- a/client/packages/lowcoder/src/pages/common/profileDropdown.tsx
+++ b/client/packages/lowcoder/src/pages/common/profileDropdown.tsx
@@ -224,7 +224,7 @@ export default function ProfileDropdown(props: DropDownProps) {
const switchOrgMenu = {
key: 'switchOrg',
label: trans("profile.switchOrg"),
- popupOffset: [4, -12],
+ popupOffset: checkIsMobile(window.innerWidth) ? [-200, 36] : [4, -12],
children: [
{
key: 'joinedOrg',
--- a PPN by Garber Painting Akron. With Image Size Reduction included!Fetched URL: http://github.com/lowcoder-org/lowcoder/pull/1746.patch
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy