To find out if a div has a scrollbar

后端 未结 1 649
你的背包
你的背包 2020-12-15 04:23

If a div is set as overflow:auto, how can I find out (using plain JS) if a scrollbar (Vertical / Horizontal) has been rendered?

相关标签:
1条回答
  • 2020-12-15 04:32

    Check if clientHeight is smaller than scrollHeight.

    0 讨论(0)
提交回复
热议问题