Skip to content

Commit 5bdab6c

Browse files
46275 fix(print): Clean up print.css by consolidating styles and ensuring consistent scrollbar behavior
1 parent 13ee8e0 commit 5bdab6c

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

  • frontend/src/public/assets/css/print

frontend/src/public/assets/css/print/print.css

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,16 @@
1717

1818
* {
1919
print-color-adjust: exact;
20-
}
21-
22-
* {
23-
scrollbar-width: none;
20+
-webkit-print-color-adjust: exact;
21+
scrollbar-width: none;
2422
}
2523

2624
*::-webkit-scrollbar {
27-
display: none;
25+
display: none;
2826
}
2927

3028
.no-print {
31-
display: none !important;
29+
display: none !important;
3230
}
3331
}
3432

0 commit comments

Comments
 (0)