Skip to content

Commit

Permalink
fix: "Create chat" floating button wrong position (#4065)
Browse files Browse the repository at this point in the history
Apparently introduced by a dependency upgrade, prior to which
`.chat-list` had `style="position: relative;"`.
  • Loading branch information
WofWca authored Aug 5, 2024
1 parent 82a38f2 commit 432426d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scss/chat/_chat-list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
0 0 0 rgba(16, 22, 26, 0),
0 1px 1px rgba(16, 22, 26, 0.2);
user-select: none;
// So that `.floating-action-button` is positioned relative to `.chat-list`.
position: relative;

.search-result-divider {
line-height: 43px;
Expand Down

0 comments on commit 432426d

Please sign in to comment.