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

(-)a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss (-1 / +12 lines)
Lines 2352-2357 nav { Link Here
2352
    }
2352
    }
2353
}
2353
}
2354
2354
2355
/*
2356
 * The following prevents the OPAC sidebar from overlapping the
2357
 * rightmost shelf browser item if the web browser has a narrow
2358
 * viewport width.
2359
 *
2360
 * This fix is based on the following Stack Overflow answer:
2361
 * https://stackoverflow.com/a/40156422
2362
 */
2363
#opac-detail > #wrapper > .main > .container-fluid > .row > .col-lg-3 {
2364
    align-self: flex-start;
2365
}
2366
2355
#holds {
2367
#holds {
2356
    margin: 0 auto;
2368
    margin: 0 auto;
2357
    max-width: 800px;
2369
    max-width: 800px;
2358
- 

Return to bug 25267