#navbar {
  flex: 1;
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  scroll-behavior: smooth;
}

/* Prevent items from stretching */
#navbar a,
#navbar .w3-dropdown-hover {
  flex: 0 0 auto;
}

#navbar::-webkit-scrollbar {
  display: none;     
}
#navbar {
  -ms-overflow-style: none;  
  scrollbar-width: none;  
}

#navbar a.active {
  background-color: #8bc34a !important;
  color: white !important;
}