.menu-small{ display:block; width: 100%;overflow: hidden;overflow-x: scroll;}
.menu-small-items{display: flex;width: max-content;}
.menu-small-items > a{padding: 0 12px;}
.menu-small::-webkit-scrollbar {width: 0;background: transparent;display:none}
.menu-small::-webkit-scrollbar-thumb {background: #fff; display:none}