Skip to content

Commit aa43bdb

Browse files
authored
fix: scroll not working for profile modal in horizontal mobile (#1200)
Fixes [AC-3324](https://sendbird.atlassian.net/browse/AC-3324) ### Changelogs - Fixed a bug where y-scroll not working in `EditUserProfileUIView` when app is being displayed in horizontal view of mobile devices ### After ![IMG_4770](https://github.com/user-attachments/assets/166c3075-275d-4172-bd0a-afdb04138a42) [AC-3324]: https://sendbird.atlassian.net/browse/AC-3324?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
1 parent 969ce2c commit aa43bdb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ui/Modal/index.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
}
5353
.sendbird-modal__body {
5454
height: calc(100% - 116px);
55+
overflow: auto;
5556
}
5657
.sendbird-modal__footer {
5758
display: flex;

0 commit comments

Comments
 (0)