From 07ccb0a386ba5cb1786b160f9cec6566d7f04b5e Mon Sep 17 00:00:00 2001 From: Leonard Kim Date: Fri, 17 Aug 2018 09:03:04 -0700 Subject: [PATCH] fix(tile-view): hide any horizontal overflow --- css/filmstrip/_tile_view.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/css/filmstrip/_tile_view.scss b/css/filmstrip/_tile_view.scss index 83ec6acd3..52985a181 100644 --- a/css/filmstrip/_tile_view.scss +++ b/css/filmstrip/_tile_view.scss @@ -62,9 +62,10 @@ box-sizing: border-box; /** - * Allow scrolling of the thumbnails. + * Allow vertical scrolling of the thumbnails. */ - overflow: auto; + overflow-x: hidden; + overflow-y: auto; } /**