use css containment when possible

This commit is contained in:
Luke Pulverenti 2016-05-29 17:02:47 -04:00
parent 2075acf404
commit ee96fa577b
9 changed files with 26 additions and 19 deletions

View file

@ -1,3 +1,7 @@
.backdropContainer {
contain: layout style;
}
.backdropImage {
background-repeat: no-repeat;
background-position: center center;