Skip to content

Commit 8ee67e8

Browse files
committed
fixed weird clipping issue
1 parent 1e3ab46 commit 8ee67e8

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

src/components/Chat/Users/ActiveUser.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const UserDisplay = ({
4141
onClose={() => {
4242
setOpenedUserMenu(false);
4343
}}
44-
></UserPanel>
44+
/>
4545
)}
4646
</main>
4747
);

src/components/Chat/Users/Users.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
width: 100%;
99
place-self: center;
1010
align-items: center;
11-
position: relative;
1211
}
1312

1413
.user-container-dark {

0 commit comments

Comments
 (0)