|
|
|
@ -26,6 +26,12 @@ body {
|
|
|
|
|
scrollbar-width: none; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@media print { |
|
|
|
|
.content { |
|
|
|
|
overflow-y: unset; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.content::-webkit-scrollbar { |
|
|
|
|
display: none; |
|
|
|
|
} |
|
|
|
@ -215,10 +221,15 @@ input {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.hidden { |
|
|
|
|
display: none; |
|
|
|
|
display: none !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
body { |
|
|
|
|
font-family: -apple-system, BlinkMacSystemFont, Ubuntu, 'Segoe UI', 'Roboto', Sans-Serif; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@media print { |
|
|
|
|
footer, .no-print { |
|
|
|
|
display: none !important; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|