Sfoglia il codice sorgente

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

j8
Leonard Kim 6 anni fa
parent
commit
9013c0db39
1 ha cambiato i file con 11 aggiunte e 0 eliminazioni
  1. 11
    0
      css/filmstrip/_tile_view_overrides.scss

+ 11
- 0
css/filmstrip/_tile_view_overrides.scss Vedi File

44
     #largeVideoContainer {
44
     #largeVideoContainer {
45
         background-color: $defaultBackground !important;
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
 }

Loading…
Annulla
Salva