Skip to content

Commit

Permalink
fix(styles): add sticky position to scroll button
Browse files Browse the repository at this point in the history
Signed-off-by: Dmtriy Orlov <d.orlov777@gmail.com>
  • Loading branch information
dijeth committed Jun 23, 2023
1 parent f946c5a commit ccc739e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/components/MessagesList/MessagesList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1074,9 +1074,11 @@ export default {
}

.scroll-to-bottom {
position: absolute !important;
bottom: 76px;
right: 24px;
position: sticky !important;
margin-top: auto;
margin-left: auto;
margin-right: 12px;
bottom: 12px;
z-index: 2;
}

Expand Down

0 comments on commit ccc739e

Please sign in to comment.