Skip to content

Commit b432236

Browse files
authored
Hide search bar when printing (#1863)
1 parent ac295b1 commit b432236

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

assets/css/print.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
display: none;
99
}
1010

11+
.top-search {
12+
display: none;
13+
}
14+
1115
.content {
1216
padding-left: 0;
1317
overflow: visible;

0 commit comments

Comments
 (0)