.a-scrollhide-parent {
    display: flex;
    flex-grow: 1;
}

.a-scrollhide-scroll {
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    position: relative;
    flex-basis: 0;
}

.a-scrollhide-elements {
    flex-grow: 1;
    height: 0;
}

.a-scrollhide-scrollelement {
    display: flex;
    flex-direction: column;
}

.a-scrollhide-scroll::-webkit-scrollbar {
    display: none;
}

.scrollhide_element {
    box-sizing: border-box;
}