Make filter editor / bulk editor 'sticky' on scroll

This commit is contained in:
Michael Shamoon
2021-04-14 09:00:30 -07:00
parent 1aba755d6f
commit 51eaa09696
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;
}