最近在 div 上加入 overflow-y: scroll; height:250px; 讓 div 高度超過 250px 時就呈現 scrollbar 。 在 Windows 的機器上測試顯示都正常。
但是在 mac 上測試, scrollbar 卻沒有呈現出來。
後來有查到 Force the scrollbar back 這些的說明,我們需要針對 -webkit-scrollbar 來設定它,所以在 css 中需要再加入以下的設定,來讓 scrollbar 在 mac 的瀏覽器可以正常呈現 scrollbar 哦!
1 | ::-webkit-scrollbar { |