diff --git a/react/features/filmstrip/components/web/Filmstrip.js b/react/features/filmstrip/components/web/Filmstrip.js index 201afeadb..96da47d21 100644 --- a/react/features/filmstrip/components/web/Filmstrip.js +++ b/react/features/filmstrip/components/web/Filmstrip.js @@ -34,11 +34,6 @@ import ThumbnailWrapper from './ThumbnailWrapper'; declare var APP: Object; declare var interfaceConfig: Object; -/** - * Fixes case in which context menu overflows and creates a scroll on the whole filmstrip videos pane. - */ -const TILEVIEW_VIDEO_PANES_STYLE = { overflow: 'visible' }; - /** * The type of the React {@code Component} props of {@link Filmstrip}. */ @@ -391,7 +386,6 @@ class Filmstrip extends PureComponent { overscanRowCount = { 1 } rowCount = { _rows } rowHeight = { _thumbnailHeight + TILE_VERTICAL_MARGIN } - style = { TILEVIEW_VIDEO_PANES_STYLE } width = { _filmstripWidth }> { ThumbnailWrapper