Skip to content

Commit

Permalink
fix(ui): Fix quickprofile element below chatbar (#1524)
Browse files Browse the repository at this point in the history
Co-authored-by: Flemmli97 <Flemmli97@users.noreply.github.com>
Co-authored-by: Darius Clark <dariusc93@users.noreply.github.com>
Co-authored-by: Phill Wisniewski <93608357+phillsatellite@users.noreply.github.com>
Co-authored-by: Sara Tavares <29093946+stavares843@users.noreply.github.com>
  • Loading branch information
5 people authored Nov 21, 2023
1 parent 14a1bfb commit 13e8159
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui/src/layouts/chats/presentation/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@

.quick-profile-context {
z-index: 1005;
width: 0;
height: 0;
}

@media (max-width: 400px) {
Expand Down

0 comments on commit 13e8159

Please sign in to comment.