-
Notifications
You must be signed in to change notification settings - Fork 13.5k
0.59 Creation dialog on mobile not usable #8603
Copy link
Copy link
Closed
Labels
area: ui/uxRelated to UI/UX, frontend code, accessibility, and user interactionRelated to UI/UX, frontend code, accessibility, and user interactionsubj: mobiletype: bug
Milestone
Description
Description:
Server Setup Information:
- Version of Rocket.Chat Server: 0.59.1
Steps to Reproduce:
- Open open.rocket.chat on a mobile device - either via browser or the cordova app
- Try to create a new channel
Actual behavior:
You'll not be able to create the channel, as you cannot reach the create-button.
No scrolling is possible!

Workaround:
Not ideal, but at least not a blocker anymore
.full-modal {
overflow: auto;
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area: ui/uxRelated to UI/UX, frontend code, accessibility, and user interactionRelated to UI/UX, frontend code, accessibility, and user interactionsubj: mobiletype: bug