CSS
selector ul {
display: flex;
flex-wrap: nowrap;
white-space: nowrap;
overflow-x: auto;
}
selector ul::-webkit-scrollbar{
display:none !important;
}
selector a{
background: #E1E0E0;
margin: 0px 4px;
border-radius: 5px;
}