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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/_toolbar.scss (-1 / +1 lines)
Lines 24-30 Link Here
24
24
25
    &.sticky {
25
    &.sticky {
26
        position: sticky;
26
        position: sticky;
27
        top: 0;
27
        top: -1px;
28
        z-index: 999;
28
        z-index: 999;
29
    }
29
    }
30
30
(-)a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss (-2 / +1 lines)
Lines 2060-2066 li { Link Here
2060
2060
2061
.searchheader {
2061
.searchheader {
2062
    position: sticky;
2062
    position: sticky;
2063
    top: 0;
2063
    top: -1px;
2064
    z-index: 999;
2064
    z-index: 999;
2065
    background-color: #F3F4F4;
2065
    background-color: #F3F4F4;
2066
    box-shadow: 0 0 2px 1px rgba( 0, 0, 0, .2 );
2066
    box-shadow: 0 0 2px 1px rgba( 0, 0, 0, .2 );
2067
- 

Return to bug 36694