Skip to content

Commit ca9fa3c

Browse files
committed
Added support for printing multi-page soure code by disabling scrolling
in print media's CSS.
1 parent 0660813 commit ca9fa3c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

web/default/print.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,8 @@ input.submit { /* start search button */
154154

155155
/* ############### start of content ############## */
156156
#content {
157+
position: static;
158+
overflow-x: hidden;
157159
}
158160

159161

0 commit comments

Comments
 (0)