#16009 Removed floating div background and moved filter form buttons outside of card

This commit is contained in:
atownson
2024-09-20 11:02:59 -05:00
parent 7de5efda2a
commit 30e67047d3
6 changed files with 23 additions and 17 deletions

View File

@@ -39,5 +39,11 @@ span.color-label {
position: sticky;
bottom: 0px;
z-index: 1;
padding: 2px 0px 10px 0px;
float: right;
padding: 0 0 10px;
}
// Override a transparent background
.btn-float {
--tblr-btn-bg: var(--#{$prefix}bg-surface-tertiary) !important;
}