How to hide the scroll bar and with the content ramaining scrollable? [duplicate]
问题 This question already has answers here : Hide scroll bar, but while still being able to scroll (31 answers) Closed 2 years ago . I want to print my html page into a PDF file, but don't want the scroll bar showing there in the PDF file. And my page have a scrollable body, so if I set this: * { overflow: hidden; } The body will be incomplete in the final pdf file. So if there is a way just prevent the scrollbar from showing but the content still scrollable? 回答1: There is a CSS rule that can