summaryrefslogtreecommitdiffstats
path: root/src/components/CallView
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2022-09-15 14:23:57 +0200
committerGitHub <noreply@github.com>2022-09-15 14:23:57 +0200
commit8612bbf798669ca5239339b9e99903eed62fb72b (patch)
tree9c753eb45ed8e4daffaa176774a88a938f53e96d /src/components/CallView
parentb1a5ecc769697fde7ba8d87c37aaef25c10adfbe (diff)
parentf97983a9da4fa770b418bfb60920e912be52de8e (diff)
Merge pull request #7895 from nextcloud/bugfix/noid/fix-username-overlap-with-localvideo
Fix username overlap with localvideo
Diffstat (limited to 'src/components/CallView')
-rw-r--r--src/components/CallView/shared/LocalVideo.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/CallView/shared/LocalVideo.vue b/src/components/CallView/shared/LocalVideo.vue
index 81bfc7fe7..1aa791652 100644
--- a/src/components/CallView/shared/LocalVideo.vue
+++ b/src/components/CallView/shared/LocalVideo.vue
@@ -409,6 +409,7 @@ export default {
#localVideoContainer {
grid-row-end: -1;
border-radius: calc(var(--default-clickable-area)/2);
+ z-index: 1;
}
</style>