From f82dda3fdbe7756ad0e967efd4c48d7836f90770 Mon Sep 17 00:00:00 2001 From: StoianLucian <101817370+StoianLucian@users.noreply.github.com> Date: Thu, 16 May 2024 10:48:11 +0300 Subject: [PATCH] SITES-3012 Accessibility - Horizontal scrolling at 320px width. --- coral-component-columnview/src/styles/index.styl | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/coral-component-columnview/src/styles/index.styl b/coral-component-columnview/src/styles/index.styl index ed1b1c2b60..a8414bcae3 100644 --- a/coral-component-columnview/src/styles/index.styl +++ b/coral-component-columnview/src/styles/index.styl @@ -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; } }