Only add the scrollbar when the width of the screen is small enough (xs) to highlight the whole sequence-nav item (#26405)

This commit is contained in:
Maarten
2021-02-19 22:11:25 +01:00
committed by GitHub
parent ae3130b960
commit 469faaa62d

View File

@@ -81,7 +81,7 @@ $seq-nav-height: 50px;
height: 100%;
flex-grow: 1;
@include media-breakpoint-down(md) {
@include media-breakpoint-down(xs) {
white-space: nowrap;
overflow-x: scroll;
}