.tagify{
   /* Add These: 
width: 80%!important;*/
  overflow: auto !important;
  flex-wrap: unset !important;
}
.tagify__tag{
margin: 0px 0 0px 5px !important;
}
.tagify__input{
margin: 0px !important;
}
.tagify__tag>div>* {
    white-space: inherit !important;
}

.tagify[readonly]:not(.tagify--mix) .tagify__tag>div::before {
background: aliceblue;
}

/* custom scrollbar */
.tagify  ::-webkit-scrollbar {
  width: 20px;
}

.tagify ::-webkit-scrollbar-track {
  background-color: transparent;
}

.tagify ::-webkit-scrollbar-thumb {
  background-color: #d6dee1;
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}

.tagify ::-webkit-scrollbar-thumb:hover {
  background-color: #a8bbbf;
}
