print: show more than just the title page #224

This commit is contained in:
Sören Weber 2022-03-25 14:06:30 +01:00
parent ee80b251ef
commit 23c858c99e
No known key found for this signature in database
GPG key ID: 07D17FF580AE7589

View file

@ -69,6 +69,10 @@ pre {
hr{ hr{
border-bottom: 1px solid #ddd; border-bottom: 1px solid #ddd;
} }
body,
#body-inner {
overflow: visible !important; /* turn off limitations for perfect scrollbar */
}
#body-inner.chapter h1 { #body-inner.chapter h1 {
border-bottom: 1px solid #ddd; border-bottom: 1px solid #ddd;
} }