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 2020-2026 li { Link Here
2020
2020
2021
.searchheader {
2021
.searchheader {
2022
    position: sticky;
2022
    position: sticky;
2023
    top: 0;
2023
    top: -1px;
2024
    z-index: 999;
2024
    z-index: 999;
2025
    background-color: #F3F4F4;
2025
    background-color: #F3F4F4;
2026
    box-shadow: 0 0 2px 1px rgba( 0, 0, 0, .2 );
2026
    box-shadow: 0 0 2px 1px rgba( 0, 0, 0, .2 );
2027
- 

Return to bug 36694