Browse Source

fix(tile-view): hide any horizontal overflow

master
Leonard Kim 7 years ago
parent
commit
07ccb0a386
1 changed files with 3 additions and 2 deletions
  1. 3
    2
      css/filmstrip/_tile_view.scss

+ 3
- 2
css/filmstrip/_tile_view.scss View File

62
         box-sizing: border-box;
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…
Cancel
Save