fix(videolayout css): reduce conn problem msg z-index
For small window sizes and many video thumbnails the message may go on top of the thumbnails.
This commit is contained in:
parent
469dee36ee
commit
bf5a1d1f8e
|
@ -511,7 +511,7 @@
|
|||
display: none;
|
||||
position: absolute;
|
||||
width: auto;
|
||||
z-index: 1011;
|
||||
z-index: 2;
|
||||
font-weight: 600;
|
||||
font-size: 14px;
|
||||
text-align: center;
|
||||
|
@ -534,7 +534,7 @@
|
|||
position: absolute;
|
||||
width: 100%;
|
||||
top:50%;
|
||||
z-index: 1011;
|
||||
z-index: 2;
|
||||
font-weight: 600;
|
||||
font-size: 14px;
|
||||
text-align: center;
|
||||
|
|
Loading…
Reference in New Issue