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 b9b2791
Showing 1 changed file with 2 additions and 0 deletions.
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 b9b2791

Please sign in to comment.