79342307

Date: 2025-01-09 10:52:30
Score: 1.5
Natty:
Report link

Most of all above answers are right and fix the issue depend on case,

let me give a summary to help in multiple cases , to show scroll bar for div (vertical, or horizontal or both) using overflow: scroll; , or overflow-y: auto; you must has height or max-height set for div to activate using scroll bar in case of vertical one and so width or max-width set in case of horizontal scrollbar.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Code.king