Adjustment for layer order
This commit is contained in:
parent
298338f076
commit
388f868165
|
@ -1,3 +1,8 @@
|
|||
.video-wrapper {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
#videospace {
|
||||
display: block;
|
||||
position: absolute;
|
||||
|
|
|
@ -95,7 +95,7 @@
|
|||
</div>
|
||||
<!--#include virtual="plugin.welcomepage.footer.html" -->
|
||||
</div>
|
||||
<div id="videoconference_page">
|
||||
<div id="videoconference_page" class="video-wrapper">
|
||||
<div id="mainToolbarContainer">
|
||||
<div id="notice" class="notice" style="display: none">
|
||||
<span id="noticeText" class="noticeText"></span>
|
||||
|
|
Loading…
Reference in New Issue