Merge pull request #2612 from cmgustavo/bug/wp8-sidebar
Removes background when opening sidebar to optimize the slider animation
This commit is contained in:
commit
8ddcd519d3
1 changed files with 1 additions and 1 deletions
|
|
@ -373,7 +373,7 @@ a, button, .button, input, textarea, select, .reveal-modal {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
display: block;
|
display: block;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
background: rgba(255,255,255,.2);
|
background: none;
|
||||||
top: 0;
|
top: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue