extension that can be used to force printing of background colors and images. .background {background-color:#ccc;} .background.color-adjust {color-adjust: economy;} .background.color-adjust-exact {color-adjust: exact;}
a scroll container reaches the edge of a scrollport. .messages { height: 220px; overflow: auto; overscroll-behavior-y: contain; } body { margin: 0; overscroll-behavior: none;}