/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

/* Auto-hiding scrollbar for sidebar nav */
.scrollbar-autohide {
  scrollbar-width: none; /* Firefox */
}

.scrollbar-autohide::-webkit-scrollbar {
  width: 0;
  background: transparent;
}

.scrollbar-autohide:hover {
  scrollbar-width: thin; /* Firefox */
}

.scrollbar-autohide:hover::-webkit-scrollbar {
  width: 6px;
}

.scrollbar-autohide:hover::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
}
