forked from CGM_Public/pretix_original
Banktransfer: make row-headers sticky (Z#23127000) (#3537)
This commit is contained in:
committed by
GitHub
parent
23ab8df443
commit
1073ea626e
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user