瀏覽代碼

Merge pull request #898 from m-voloshin/tooltip-fix-layer

Adjustment for layer order
j8
yanas 8 年之前
父節點
當前提交
efbc84d18b
共有 2 個檔案被更改,包括 6 行新增1 行删除
  1. 5
    0
      css/_videolayout_default.scss
  2. 1
    1
      index.html

+ 5
- 0
css/_videolayout_default.scss 查看文件

@@ -1,3 +1,8 @@
1
+.video-wrapper {
2
+    position: relative;
3
+    z-index: 1;
4
+}
5
+
1 6
 #videospace {
2 7
     display: block;
3 8
     position: absolute;

+ 1
- 1
index.html 查看文件

@@ -95,7 +95,7 @@
95 95
         </div>
96 96
         <!--#include virtual="plugin.welcomepage.footer.html" -->
97 97
     </div>
98
-    <div id="videoconference_page">
98
+    <div id="videoconference_page" class="video-wrapper">
99 99
         <div id="mainToolbarContainer">
100 100
                 <div id="notice" class="notice" style="display: none">
101 101
                     <span id="noticeText" class="noticeText"></span>

Loading…
取消
儲存