Increase z-index of call controls

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner
2021-05-10 13:06:25 +02:00
parent 0eeb21dfac
commit 228b2ccf2d

View File

@@ -291,6 +291,7 @@ limitations under the License.
width: 100%;
opacity: 1;
transition: opacity 0.5s;
z-index: 200; // To be above _all_ feeds
}
.mx_CallView_callControls_hidden {