fix: Add scoped CSS for participants (#6472)

This commit is contained in:
Pranav Raj S
2023-02-16 09:57:11 -08:00
committed by GitHub
parent 59964a4f41
commit 71d8195845

View File

@@ -224,7 +224,7 @@ export default {
},
};
</script>
<style lang="scss">
<style lang="scss" scoped>
.watchers-wrap {
position: relative;
}