Skip to content

Commit

Permalink
SITES-3012 Accessibility - Horizontal scrolling at 320px width.
Browse files Browse the repository at this point in the history
  • Loading branch information
StoianLucian committed May 16, 2024
1 parent 9171b5f commit f82dda3
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions coral-component-columnview/src/styles/index.styl
Original file line number Diff line number Diff line change
Expand Up @@ -154,17 +154,8 @@ coral-columnview-preview-content.coral-Body--small {
}

@media (max-width:321px) {
._coral-MillerColumns {
scroll-snap-type: x mandatory;
}

._coral-MillerColumns-item {
width: 100vw;
scroll-snap-align: start;
}

._coral-AssetList-item {
width: 100vw;
.test {
backgorund: red;
}
}

Expand Down

0 comments on commit f82dda3

Please sign in to comment.