Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Browse button layout #6361

Merged
merged 1 commit into from
Nov 6, 2023
Merged

Fix Browse button layout #6361

merged 1 commit into from
Nov 6, 2023

Conversation

takahirox
Copy link
Contributor

Problem

Browse button in Custom Object upload dialog displays weirdly in portrait mode on iOS. It unexpectedly covers almost the entire URL area in portrait mode.

image

Solution

The issue seems to disappear by removing the "width: 100%" from the parent element style. The root issue might be in iOS, but we choose this workaround for now.

**Problem**

Browse button in Custom Object upload dialog displays weirdly
in portrait mode on iOS. It unexpectedly covers almost the entire
URL area in portrait mode.

**Solution**

The issue seems to disappear by removing the "width: 100%" from
the parent element style. The root issue might be in iOS,
but we choose this workaround for now.
@takahirox takahirox merged commit 93d2537 into master Nov 6, 2023
10 of 11 checks passed
@takahirox takahirox deleted the FixBrowseButton branch November 6, 2023 23:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants