Stick batch table toolbar to the top (#20442)

Fixes #20441
th-downstream
Samuel Kaiser 2 years ago committed by GitHub
parent 2095b41aff
commit cb99d425b3

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

Loading…
Cancel
Save