Banktransfer: make row-headers sticky (Z#23127000) (#3537)

This commit is contained in:
Richard Schreiber
2023-08-22 10:53:26 +02:00
committed by GitHub
parent 23ab8df443
commit 1073ea626e
2 changed files with 12 additions and 8 deletions

View File

@@ -813,7 +813,11 @@ tbody[data-dnd-url] {
tbody th {
background: $table-bg-hover;
}
.table-th-sticky-horizontal th[scope=row] {
position: sticky;
left: 0;
background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 96%, rgba(255,255,255,0) 100%);;
}
.large-link-group {
a.list-group-item {
&::before {