Lock background scroll
Lock the page background while the Orbe Welcome popup is open.
body.orbe--opened {
overflow: hidden !important;
}
html:has(> body.orbe--opened) {
overflow: hidden !important;
}
body.orbe--opened #orbeCountryList,
body.orbe--opened #orbeLanguageList {
overflow-y: auto !important;
overscroll-behavior: contain;
-webkit-overflow-scrolling: touch;
}Last updated
Was this helpful?

