Ver código fonte

fix(tile-view): hide any horizontal overflow

master
Leonard Kim 7 anos atrás
pai
commit
07ccb0a386
1 arquivos alterados com 3 adições e 2 exclusões
  1. 3
    2
      css/filmstrip/_tile_view.scss

+ 3
- 2
css/filmstrip/_tile_view.scss Ver arquivo

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

Carregando…
Cancelar
Salvar