Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
style(call): adjust minimum height
Browse files Browse the repository at this point in the history
  • Loading branch information
lemredd committed Nov 15, 2022
1 parent 3b78f97 commit 3bacf7f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions components/consultation/call/other_participants.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,16 @@
</template>

<style scoped lang="scss">
.other-participants{
.other-participants {
@apply m-2;
@apply flex justify-center items-center;
position:relative;
@screen sm {
@apply my-2 flex-col;
min-height: calc(100vh - 75px);
overflow-y: scroll;
min-width: 40vh;
min-width: 40vw;
}
max-height:600px;
Expand Down

0 comments on commit 3bacf7f

Please sign in to comment.