#favorites-list {
    overflow-x: auto;
    display: flex;
}

.favorite-item {
    text-wrap: nowrap;
    background-color: white;
}

.locate {
  bottom: 7em;
  right: .5em;
  position: absolute;

}



/* Set the width and color of the scrollbar */
::-webkit-scrollbar {
  width: 10px;
  height: 5px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #777;
}



.ft-container {
    display: none !important;
}