CSS - Tricks

& .breadcrumbs-container .breadcrumb span {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
}
.element::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.element {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

Revision #3
Created 13 January 2022 15:32:22 by Juan Navas
Updated 11 July 2022 22:39:34 by Juan Navas