[Feature Request] v-dialog fullscreen mode print
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 41k
- Forks
- 7.1k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 11
Description
Problem to solve
Please make it possible to print the v-dialog in fullscreen mode normally if it contains a lot of content
Proposed solution
.v-dialog__content.v-dialog__content--active {
position: inherit;
}
.v-dialog--fullscreen {
position: absolute;
overflow: visible;
}
But if you print from a page where there is a lot of content under the dialogue, then it prints all the content from the bottom
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 v-dialog implementation and the .v-dialog__content--active and .v-dialog--fullscreen styles. Reproduce printing a fullscreen dialog with substantial content beneath it, then verify that only the dialog content prints and that normal fullscreen display remains unchanged.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100