skip to Main Content

Html – Drop down box wont move with button when button is moved

.CategoryBlock { margin-top: 0.5rem; gap: 1rem; display: flex; overflow-x: scroll; scrollbar-width: thin; } .CategoryBlock>*:first-child { margin-left: auto; } .CategoryBlock>*:last-child { margin-right: auto; } .CategoryBlock button { font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif; font-size: 2rem; border: 0; color: #2e652d; background-color:…

VIEW QUESTION
Back To Top
Search