Move will-change to stylesheet

This makes `will-change: transform` permanent in the brewRenderer stylesheet rather than trying to load and unload it programatically.
This commit is contained in:
Trevor Buckner
2018-05-14 08:30:19 +01:00
committed by Rae2che5
parent 0cc87a4f0f
commit eb08172fb1
2 changed files with 3 additions and 18 deletions
@@ -4,7 +4,8 @@
position : relative;
}
.brewRenderer{
overflow-y : scroll;
will-change : transform;
overflow-y : scroll;
.pages{
margin : 30px 0px;
&>.phb{