Merge pull request #5470 from tsiegleauq/cannot-click-bg

Fix clicking behind conference bar
This commit is contained in:
Emanuel Schütze 2020-07-15 12:43:10 +02:00 committed by GitHub
commit 47113f14fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -43,6 +43,7 @@
}
.jitsi-integration {
pointer-events: none;
z-index: 99;
position: fixed;
left: 0;
@ -60,6 +61,7 @@
$bar-height: 40px;
.control-icon-wrapper {
pointer-events: all;
z-index: 1;
min-height: $bar-height;
display: flex;
@ -104,6 +106,7 @@
}
.list-wrapper {
pointer-events: all;
min-height: $bar-height;
padding-top: $wrapper-padding;
border-top-right-radius: 4px;