fix: media print css (#1704)

pull/1736/head
takumi9942 5 years ago committed by GitHub
parent 19361e9da8
commit 14beb949d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -798,7 +798,6 @@
@media print {
.nav-header,
.v-navigation-drawer,
.v-footer,
.v-btn--fab,
.page-col-sd,
.v-tooltip__content
@ -806,6 +805,10 @@
display: none !important;
}
.layout {
display: block !important;
}
.page-col-content {
flex-basis: 100% !important;
flex-grow: 1 !important;

Loading…
Cancel
Save