Make filter editor / bulk editor 'sticky' on scroll

This commit is contained in:
Michael Shamoon
2021-04-14 09:00:30 -07:00
parent 1091387f48
commit 6f0c14cc07
4 changed files with 22 additions and 5 deletions

View File

@@ -4,4 +4,8 @@ $primaryFaded: #d1ddd2;
$theme-colors: (
"primary": $primary
);
);
.bg-body {
background-color: #fff;
}