Skip to content

Commit f022ea7

Browse files
committed
Remove nav from print-outs (BS5 bug)
1 parent 7ea5536 commit f022ea7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/scss/common/print.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@
99
min-width: unset !important;
1010
}
1111

12+
header {
13+
box-shadow: none;
14+
nav {
15+
display: none !important;
16+
}
17+
}
18+
1219
div#root {
1320
display: block !important;
1421
overflow: visible !important;

0 commit comments

Comments
 (0)