[Glitch] Stick batch table toolbar to the top
Port e62b514e95
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
remotes/1705712285054221092/tmp_refs/heads/main^2
parent
cd713cac81
commit
9fd866f38e
|
@ -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…
Reference in New Issue