Skip to content

Commit f113adc

Browse files
committed
[Fix]: Workspace switch submenu overflow for Mobile Screens
1 parent 780ca30 commit f113adc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/packages/lowcoder/src/pages/common/profileDropdown.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ export default function ProfileDropdown(props: DropDownProps) {
224224
const switchOrgMenu = {
225225
key: 'switchOrg',
226226
label: trans("profile.switchOrg"),
227-
popupOffset: [4, -12],
227+
popupOffset: checkIsMobile(window.innerWidth) ? [-200, 36] : [4, -12],
228228
children: [
229229
{
230230
key: 'joinedOrg',

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy