vuetifyjs/vuetify
Auf GitHub ansehen[Feature Request] v-dialog fullscreen mode print
Open
#11.249 geöffnet am 28. Apr. 2020
C: VDialogT: featurehelp wanted
Repository-Metriken
- Stars
- (40.995 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 59T 10h) (8 gemergte PRs in 30 T)
Beschreibung
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