Przeglądaj źródła

fix(tile-view): hide any horizontal overflow

master
Leonard Kim 7 lat temu
rodzic
commit
07ccb0a386
1 zmienionych plików z 3 dodań i 2 usunięć
  1. 3
    2
      css/filmstrip/_tile_view.scss

+ 3
- 2
css/filmstrip/_tile_view.scss Wyświetl plik

@@ -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
     /**

Ładowanie…
Anuluj
Zapisz