Преглед на файлове

fix(vertical-filmstrip): scope previous Firefox scroll fixes (#2276)

In aa93a783, remote videos not scrolling on Firefox, IE, and
Edge was worked around using CSS. The CSS selector is too vague
and also catches horizontal filmstrip. The selector should
apply to vertical filmstrip only.
master
virtuacoplenny преди 8 години
родител
ревизия
1984f8d0c0
променени са 1 файла, в които са добавени 4 реда и са изтрити 2 реда
  1. 4
    2
      css/_vertical_filmstrip_overrides.scss

+ 4
- 2
css/_vertical_filmstrip_overrides.scss Целия файл

260
  * being to remove the hacks as the spec is supported.
260
  * being to remove the hacks as the spec is supported.
261
  */
261
  */
262
 @mixin undoColumnReverseVideos() {
262
 @mixin undoColumnReverseVideos() {
263
-    #remoteVideos #filmstripRemoteVideos #filmstripRemoteVideosContainer {
264
-        flex-direction:column;
263
+    .vertical-filmstrip {
264
+        #remoteVideos #filmstripRemoteVideos #filmstripRemoteVideosContainer {
265
+            flex-direction: column;
266
+        }
265
     }
267
     }
266
 }
268
 }
267
 
269
 

Loading…
Отказ
Запис