Skip to content

Make Sidebar Sticky Top by RaffertySoftwareLLC

Details

AuthorRaffertySoftwareLLC

LicenseARR

Categoryopenlane

Created

Updated

Size451 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Sidebar stickies to the top of the page properly, so when you scroll you can still see the VIN and mileage.

Notes

Userstyle doesn't have notes.

Source code

@name OPENLANE Side Bar Sticky
@namespace StinchinStein/OPENLANE
@version 1.0.0

@-moz-document url-prefix("https://openlane.com/webapp/vehicle_detail/") {
@media only screen and (min-width: 769px) {
    .cxyMhe {
        min-height: unset !important;
        max-height: calc(100vh - 184px);
        overflow: auto;
        top: 0;
        bottom: 50px !important;
    }

    .jHcBFe {
        justify-content: flex-start;
    }
}
}

Reviews

No reviews yet.