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

@@ -37,6 +37,10 @@ $border-color-dark-mode: #47494f;
}
}
.bg-body {
background-color: $bg-dark-mode !important;
}
.text-light {
color: $text-color-dark-mode !important;
}