/* src/augmentor/assets/genoverse/hide-scrollbars.css
 * ─────────────────────────────────────────────────────────────────────────────
 * Hide spurious scrollbars caused by sub-pixel rounding at various zoom levels
 */
.gv-image-container::-webkit-scrollbar,
.gv-name::-webkit-scrollbar {
  display: none !important;
}

.gv-image-container,
.gv-name {
  scrollbar-width: none !important;
}
