vuetifyjs/vuetify

[Feature Request] v-dialog fullscreen mode print

Open

#11,249 opened on 2020年4月28日

GitHub で見る
 (3 comments) (4 reactions) (0 assignees)TypeScript (40,995 stars) (7,139 forks)batch import
C: VDialogT: featurehelp wanted

説明

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

コントリビューターガイド

[Feature Request] v-dialog fullscreen mode print · vuetifyjs/vuetify#11249 | Good First Issue