Fix clicking behind conference bar
Fixes an issue with the live stream. Clicks in the background were falsely cought.
This commit is contained in:
parent
85a22ed99c
commit
7d912d82de
@ -43,6 +43,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.jitsi-integration {
|
.jitsi-integration {
|
||||||
|
pointer-events: none;
|
||||||
z-index: 99;
|
z-index: 99;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
left: 0;
|
left: 0;
|
||||||
@ -60,6 +61,7 @@
|
|||||||
$bar-height: 40px;
|
$bar-height: 40px;
|
||||||
|
|
||||||
.control-icon-wrapper {
|
.control-icon-wrapper {
|
||||||
|
pointer-events: all;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
min-height: $bar-height;
|
min-height: $bar-height;
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -104,6 +106,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.list-wrapper {
|
.list-wrapper {
|
||||||
|
pointer-events: all;
|
||||||
min-height: $bar-height;
|
min-height: $bar-height;
|
||||||
padding-top: $wrapper-padding;
|
padding-top: $wrapper-padding;
|
||||||
border-top-right-radius: 4px;
|
border-top-right-radius: 4px;
|
||||||
|
Loading…
Reference in New Issue
Block a user