Unverified Commit 14beb949 authored by takumi9942's avatar takumi9942 Committed by GitHub

fix: media print css (#1704)

parent 19361e9d
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment