overflow-x:hidden still can scroll

前端 未结 10 842
滥情空心
滥情空心 2020-12-05 16:48

The problem is:

I have a full width bar menu, which is made by creating a big margin on the right and to the left. This margin should be cropped by overflow-x:

10条回答
  •  粉色の甜心
    2020-12-05 17:41

    I don't think there's any way to prevent scrolling of an element without using JavaScript. With JS, though, it's pretty easy to set scrollLeft to 0 onscroll.

提交回复
热议问题