Skip to content

Commit

Permalink
Stick batch table toolbar to the top (mastodon#20442)
Browse files Browse the repository at this point in the history
  • Loading branch information
sk22 committed Nov 13, 2022
1 parent c223153 commit e62b514
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/javascript/styles/mastodon/tables.scss
Expand Up @@ -178,6 +178,9 @@ a.table-action-link {
}

&__toolbar {
position: sticky;
top: 0;
z-index: 1;
border: 1px solid darken($ui-base-color, 8%);
background: $ui-base-color;
border-radius: 4px 0 0;
Expand Down

0 comments on commit e62b514

Please sign in to comment.