浏览代码

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

master
Leonard Kim 7 年前
父节点
当前提交
9013c0db39
共有 1 个文件被更改,包括 11 次插入0 次删除
  1. 11
    0
      css/filmstrip/_tile_view_overrides.scss

+ 11
- 0
css/filmstrip/_tile_view_overrides.scss 查看文件

@@ -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
 }

正在加载...
取消
保存