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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss (-2 / +5 lines)
Lines 736-741 body { Link Here
736
    padding: 0;
736
    padding: 0;
737
    text-align: left;
737
    text-align: left;
738
738
739
    &:has( nav.fixed-bottom ) {
740
        padding-bottom: 6rem;
741
    }
742
739
    &.nobackdrop {
743
    &.nobackdrop {
740
        .modal-backdrop {
744
        .modal-backdrop {
741
            opacity: 0;
745
            opacity: 0;
Lines 4830-4836 div .suggestion_note { Link Here
4830
    position: fixed;
4834
    position: fixed;
4831
    bottom: 40px;
4835
    bottom: 40px;
4832
    right: 40px;
4836
    right: 40px;
4833
    z-index: 1000;
4837
    z-index: $zindex-tooltip;
4834
}
4838
}
4835
4839
4836
@media only screen and ( max-width: 1200px ) {
4840
@media only screen and ( max-width: 1200px ) {
4837
- 

Return to bug 38066