skip to Main Content

Html – width: 100% with display: flex

I'm adding a toolbar to an application with multiple levels of flex elements. <div class="toolbar"> <div class="button">Button1</div> <div class="button">Button2</div> <div class="button">Button3</div> ... </div> It's gonna take up the whole width of the parent and use horizontal scrolling on overflow. .toolbar…

VIEW QUESTION
Back To Top
Search