Quellcode durchsuchen

fix(tile-view): popovers should display over icons in other thumbnails

j8
Leonard Kim vor 6 Jahren
Ursprung
Commit
9013c0db39
1 geänderte Dateien mit 11 neuen und 0 gelöschten Zeilen
  1. 11
    0
      css/filmstrip/_tile_view_overrides.scss

+ 11
- 0
css/filmstrip/_tile_view_overrides.scss Datei anzeigen

@@ -44,4 +44,15 @@
44 44
     #largeVideoContainer {
45 45
         background-color: $defaultBackground !important;
46 46
     }
47
+
48
+    /**
49
+     * Thumbnail popover menus can overlap other thumbnails. Setting an auto
50
+     * z-index will allow AtlasKit InlineDialog's large z-index to be
51
+     * respected and thereby display over elements in other thumbnails,
52
+     * specifically the various status icons.
53
+     */
54
+    .remotevideomenu,
55
+    .videocontainer__toptoolbar {
56
+        z-index: auto;
57
+    }
47 58
 }

Laden…
Abbrechen
Speichern