Selaa lähdekoodia

fix(tile-view): hide any horizontal overflow

master
Leonard Kim 7 vuotta sitten
vanhempi
commit
07ccb0a386
1 muutettua tiedostoa jossa 3 lisäystä ja 2 poistoa
  1. 3
    2
      css/filmstrip/_tile_view.scss

+ 3
- 2
css/filmstrip/_tile_view.scss Näytä tiedosto

@@ -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…
Peruuta
Tallenna