2016-05-29 17:02:47 -04:00
|
|
|
.backdropContainer {
|
|
|
|
contain: layout style;
|
|
|
|
}
|
|
|
|
|
2016-03-12 02:28:13 -05:00
|
|
|
.backdropImage {
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: center center;
|
|
|
|
background-size: cover;
|
|
|
|
background-attachment: fixed;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
2016-05-30 12:09:47 -04:00
|
|
|
contain: layout style;
|
|
|
|
}
|