Skip to content
Snippets Groups Projects
Unverified Commit e62b514e authored by Samuel Kaiser's avatar Samuel Kaiser Committed by GitHub
Browse files

Stick batch table toolbar to the top (#20442)

Fixes #20441
parent c2231539
No related branches found
No related tags found
No related merge requests found
...@@ -178,6 +178,9 @@ a.table-action-link { ...@@ -178,6 +178,9 @@ a.table-action-link {
} }
&__toolbar { &__toolbar {
position: sticky;
top: 0;
z-index: 1;
border: 1px solid darken($ui-base-color, 8%); border: 1px solid darken($ui-base-color, 8%);
background: $ui-base-color; background: $ui-base-color;
border-radius: 4px 0 0; border-radius: 4px 0 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment