@import '../global/globalCssVariables.module.scss'; .collectionMenu-container { display: flex; position: relative; align-content: center; justify-content: space-between; background-color: $dark-gray; height: 35px; border-bottom: $standard-border; padding: 0 10px; align-items: center; overflow-x: scroll; &::-webkit-scrollbar { display: none; } .hardCodedButtons { display: flex; flex-direction: row; } }