View | Details | Raw Unified | Return to bug 37992
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss (-1 / +8 lines)
Lines 1929-1934 li { Link Here
1929
    padding: 20px;
1929
    padding: 20px;
1930
}
1930
}
1931
1931
1932
#memberresultst {
1933
    border-collapse: unset;
1934
    thead {
1935
        position: sticky;
1936
        top: 40px;
1937
    }
1938
}
1939
1932
#searchresults {
1940
#searchresults {
1933
    background-color: #FFFFFF;
1941
    background-color: #FFFFFF;
1934
    margin-bottom: 1rem;
1942
    margin-bottom: 1rem;
1935
- 

Return to bug 37992