CSS 100% width but avoid scrollbar June 15, 2023 by Tarik Use overflow: scroll instead of overflow: auto – that’ll force a scrollbar to always appear.