소스 검색

fix(Filmstrip) fix not being able to scroll

master
Hristo Terezov 3 년 전
부모
커밋
32ed2bccec
No account linked to committer's email address
1개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  1. 0
    6
      react/features/filmstrip/components/web/Filmstrip.js

+ 0
- 6
react/features/filmstrip/components/web/Filmstrip.js 파일 보기

34
 declare var APP: Object;
34
 declare var APP: Object;
35
 declare var interfaceConfig: Object;
35
 declare var interfaceConfig: Object;
36
 
36
 
37
-/**
38
- * Fixes case in which context menu overflows and creates a scroll on the whole filmstrip videos pane.
39
- */
40
-const TILEVIEW_VIDEO_PANES_STYLE = { overflow: 'visible' };
41
-
42
 /**
37
 /**
43
  * The type of the React {@code Component} props of {@link Filmstrip}.
38
  * The type of the React {@code Component} props of {@link Filmstrip}.
44
  */
39
  */
391
                     overscanRowCount = { 1 }
386
                     overscanRowCount = { 1 }
392
                     rowCount = { _rows }
387
                     rowCount = { _rows }
393
                     rowHeight = { _thumbnailHeight + TILE_VERTICAL_MARGIN }
388
                     rowHeight = { _thumbnailHeight + TILE_VERTICAL_MARGIN }
394
-                    style = { TILEVIEW_VIDEO_PANES_STYLE }
395
                     width = { _filmstripWidth }>
389
                     width = { _filmstripWidth }>
396
                     {
390
                     {
397
                         ThumbnailWrapper
391
                         ThumbnailWrapper

Loading…
취소
저장