simedkom/public/assets/homepage/sass/theme-responsive/elements/_parallax-scrolling.scss
2025-03-27 21:08:56 +07:00

14 lines
411 B
SCSS

@include respond-to('laptop') {
[data-parallax-background-ratio],
.fix-background {
background-attachment: inherit !important;
background-position: center !important;
}
}
.is-touchable {
[data-parallax-background-ratio] {
background-attachment: inherit !important;
background-position: center !important;
background-repeat: no-repeat !important;
}
}