Merge pull request #2612 from cmgustavo/bug/wp8-sidebar

Removes background when opening sidebar to optimize the slider animation
This commit is contained in:
Matias Alejo Garcia 2015-04-24 04:03:37 -03:00
commit 8ddcd519d3

View file

@ -373,7 +373,7 @@ a, button, .button, input, textarea, select, .reveal-modal {
box-shadow: none;
display: block;
position: absolute;
background: rgba(255,255,255,.2);
background: none;
top: 0;
bottom: 0;
left: 0;