fix alpha picker moving when page scrolls

This commit is contained in:
Luke Pulverenti 2016-05-26 13:27:51 -04:00
parent 69a410794c
commit 113b487c37
2 changed files with 6 additions and 2 deletions

View file

@ -315,7 +315,8 @@ iron-icon {
left: 0;
right: 0;
bottom: 0;
will-change: transform;
/* Can't use will-change because it causes the alpha picker to move when the page scrolls*/
/*will-change: transform;*/
}
/* Without this, no content will be displayed in mobile safari */