Simply apply the following CSS to the element you want to remove scrollbars from: .container { overflow-y: scroll; scrollbar-width: none; ...
確定! 回上一頁