nextcloud-libraries / nextcloud-libraries/nextcloud-vue
NcModal doesn’t use full height on mobile
Nobody has claimed this yet.
- Dominant language
- Vue
- Stars
- 246
- Forks
- 99
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 103
Description
Currently on mobile, there’s a row on the top of unused space, instead of the modal expanding to fill the screen vertically.
Considering the small amount of space available on mobile, it would be nice if the modal fills the screen then.
Example from Assistant modal, ref https://github.com/nextcloud/assistant/pull/490
Kooha-2026-03-18-14-46-16.webm
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the NcModal component and its mobile layout styles, then reproduce the attached mobile example to inspect the unused top space. The work is done when the modal fills the available screen height on mobile without the extra row of space; verify the result with the mobile Assistant modal scenario.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend, mobile
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100