소스 검색

fix(tile-view): hide any horizontal overflow

master
Leonard Kim 7 년 전
부모
커밋
07ccb0a386
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3
    2
      css/filmstrip/_tile_view.scss

+ 3
- 2
css/filmstrip/_tile_view.scss 파일 보기

@@ -62,9 +62,10 @@
62 62
         box-sizing: border-box;
63 63
 
64 64
         /**
65
-         * Allow scrolling of the thumbnails.
65
+         * Allow vertical scrolling of the thumbnails.
66 66
          */
67
-        overflow: auto;
67
+        overflow-x: hidden;
68
+        overflow-y: auto;
68 69
     }
69 70
 
70 71
     /**

Loading…
취소
저장