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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user