skip to Main Content

Html – Horizontal scrollbar always visible

I have a very high div on my website that also needs to be scrolled horizontally. .scrollcontainer{ width: 100%; overflow-x: auto; white-space: nowrap; text-align:left; width:fit-content; max-width:90%; min-width:70%; display: inline-block; vertical-align:top; height:75vh; } Is there a way to make horizontall scrollbar…

VIEW QUESTION
Back To Top
Search