.nv3-color-legend-scroll { display: block !important; max-width: min(88vw, 22rem); border-collapse: separate; } .nv3-color-legend-scroll tbody { display: block !important; max-height: min(280px, 34vh, calc(100vh - 180px)); overflow-y: auto; overflow-x: hidden; overscroll-behavior: contain; padding-right: 4px; scrollbar-gutter: stable; } .nv3-color-legend-scroll tr { display: grid !important; grid-template-columns: 1.75rem minmax(0, 14rem) max-content; align-items: center; min-height: 28px; } .nv3-color-legend-scroll td { min-width: 0; } .nv3-color-legend-scroll td:nth-child(3) { justify-self: end; }