Skip to content

Commit

Permalink
style: add scroll-margin for account list items
Browse files Browse the repository at this point in the history
Follow-up to 46d9811
and c71fafa.
  • Loading branch information
WofWca committed Oct 24, 2024
1 parent 382a806 commit b3a418c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## [Unreleased][unreleased]

## Changed
- style: avoid scrolling to account list items such that they're at the very edge of the list #4252

## Fixed
- image thumbnails not showing in chat list #4247
- progress bar not working #4248
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@
height: var(--als-avatar-size);
margin-bottom: var(--als-avatar-margin);
margin-top: var(--als-avatar-margin);
scroll-margin-bottom: var(--als-avatar-margin);
scroll-margin-top: var(--als-avatar-margin);
position: relative;
z-index: $z-index-new-local-scope;

Expand Down

0 comments on commit b3a418c

Please sign in to comment.