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 4824-4830 div .suggestion_note { Link Here
4824
    position: fixed;
4828
    position: fixed;
4825
    bottom: 40px;
4829
    bottom: 40px;
4826
    right: 40px;
4830
    right: 40px;
4827
    z-index: 1000;
4831
    z-index: $zindex-tooltip;
4828
}
4832
}
4829
4833
4830
@media only screen and ( max-width: 1200px ) {
4834
@media only screen and ( max-width: 1200px ) {
4831
- 

Return to bug 38066