22 lines
480 B
CSS
22 lines
480 B
CSS
/* stylelint-disable no-descending-specificity */
|
|
.fullwidth-box {
|
|
background-attachment: scroll !important;
|
|
}
|
|
.fullwidth-box .fullwidth-faded {
|
|
background-attachment: scroll !important;
|
|
}
|
|
.avada-footer-fx-bg-parallax .fusion-footer-widget-area {
|
|
background-attachment: initial;
|
|
margin: 0;
|
|
}
|
|
.avada-footer-fx-bg-parallax #main {
|
|
margin-bottom: 0;
|
|
}
|
|
#main,
|
|
.fullwidth-box,
|
|
.fusion-footer-widget-area,
|
|
.page-title-bar,
|
|
body {
|
|
background-attachment: scroll !important;
|
|
}
|