Skip to content

Commit fc0c0e6

Browse files
fix: Hide contentNavigation on print (#392)
hide contentNavigation on print Co-authored-by: Moritz Weber <kontakt@moritz-weber.net>
1 parent 0aa1ecb commit fc0c0e6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

assets/sass/contentNavigation.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,10 @@
111111
box-shadow: var(--box-shadow);
112112
max-height: calc(100vh - 20rem - env(safe-area-inset-bottom));
113113

114+
@media print {
115+
display: none;
116+
}
117+
114118
&--open {
115119
transform: translateY(0);
116120
}

0 commit comments

Comments
 (0)