/* Keep every account action reachable on short and landscape screens. */
#jdAccountMenu {
    max-height: calc(100vh - 100px);
    max-height: var(--jd-menu-room, calc(100dvh - 100px)) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    overscroll-behavior-y: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #c5b9ef transparent;
}
#jdAccountMenu::-webkit-scrollbar { width: 5px; }
#jdAccountMenu::-webkit-scrollbar-thumb { background: #c5b9ef; border-radius: 8px; }
#mobileNav { max-height: 100vh; max-height: 100dvh; }
#mobileNav .offcanvas-body {
    min-height: 0;
    overflow-y: auto !important;
    overscroll-behavior-y: contain;
    -webkit-overflow-scrolling: touch;
}
