Removes background when opening sidebar to opmitize the slider

This commit is contained in:
Gustavo Maximiliano Cortez 2015-04-24 04:04:49 -03:00
commit c0d61c82f4

View file

@ -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;