瀏覽代碼

fix(Filmstrip) fix not being able to scroll

master
Hristo Terezov 3 年之前
父節點
當前提交
32ed2bccec
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 0 行新增6 行删除
  1. 0
    6
      react/features/filmstrip/components/web/Filmstrip.js

+ 0
- 6
react/features/filmstrip/components/web/Filmstrip.js 查看文件

@@ -34,11 +34,6 @@ import ThumbnailWrapper from './ThumbnailWrapper';
34 34
 declare var APP: Object;
35 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 38
  * The type of the React {@code Component} props of {@link Filmstrip}.
44 39
  */
@@ -391,7 +386,6 @@ class Filmstrip extends PureComponent <Props> {
391 386
                     overscanRowCount = { 1 }
392 387
                     rowCount = { _rows }
393 388
                     rowHeight = { _thumbnailHeight + TILE_VERTICAL_MARGIN }
394
-                    style = { TILEVIEW_VIDEO_PANES_STYLE }
395 389
                     width = { _filmstripWidth }>
396 390
                     {
397 391
                         ThumbnailWrapper

Loading…
取消
儲存