vuetifyjs/vuetify

[Feature Request] v-dialog fullscreen mode print

Open

#11.249 aperta il 28 apr 2020

Vedi su GitHub
 (3 commenti) (4 reazioni) (0 assegnatari)TypeScript (7139 fork)batch import
C: VDialogT: featurehelp wanted

Metriche repository

Star
 (40.995 star)
Metriche merge PR
 (Merge medio 59g 10h) (8 PR mergiate in 30 g)

Descrizione

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

Guida contributor