Skip to content

Commit

Permalink
Fix Browse button layout
Browse files Browse the repository at this point in the history
**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.
  • Loading branch information
takahirox committed Nov 6, 2023
1 parent 8058e3a commit 855d396
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/react-components/room/ObjectUrlModal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

:local(.container) {
height: 100%;
width: 100%;
margin: 0 !important;
}

Expand Down

0 comments on commit 855d396

Please sign in to comment.