Browse Source

Stick batch table toolbar to the top (#20442)

Fixes #20441
Samuel Kaiser 1 year ago
parent
commit
e62b514e95
1 changed files with 3 additions and 0 deletions
  1. 3 0
      app/javascript/styles/mastodon/tables.scss

+ 3 - 0
app/javascript/styles/mastodon/tables.scss

@@ -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;