Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
@import "../shared-style";
.is-group-jetpack-cloud.is-section-jetpack-cloud-pricing,
.is-group-jetpack-cloud.is-section-jetpack-cloud-manage-pricing {
@include jetpack-cloud-sections-shared-styles();
.layout__content {
overflow: clip;
}
.global-notices {
z-index: 100201;
}
}
html {
overflow-y: initial;
}
body.is-section-jetpack-cloud-pricing {
//hide scroll for body when cart is open in mobile view
&.body--masterbar-cart-visible {
@media (max-width: $break-mobile) {
overflow-y: hidden;
}
}
}