CSS 17
Always Show Scrollbar By jorgenio on 15th September 2024 04:11:15 PM
  1. body {
  2.   overflow-y: scroll; /* Show vertical scrollbar */
  3.   overflow-x: scroll; /* Show horizontal scrollbar */
  4. }

Pasteboard is for source code and general debugging text.

Login or Register to edit, delete and keep track of your pastes and more.

Raw Paste

Login or Register to edit or fork this paste. It's free.