Skip to content

Commit e3f0320

Browse files
authored
FIX: uses overflow hidden body on iOS (#36248)
This hack improves behavior on iOS and should for example limit body scrolling when doing text selection.
1 parent bc36f03 commit e3f0320

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

plugins/chat/assets/stylesheets/common/base-common.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ html.ios-device.keyboard-visible body #main-outlet .full-page-chat {
1515
padding-bottom: 0.2rem;
1616
}
1717

18+
html.ios-device body {
19+
overflow: hidden;
20+
}
21+
1822
.uppy-is-drag-over .chat-composer .drop-a-file {
1923
display: flex;
2024
position: absolute;

0 commit comments

Comments
 (0)